Browse Source

增加网格后不能重新添加问题

feature
mk 1 year ago
parent
commit
b81efdce84
  1. 3
      src/views/modules/base/organization/organization.vue

3
src/views/modules/base/organization/organization.vue

@ -1638,7 +1638,6 @@ export default {
}, },
// //
async submitGrid () { async submitGrid () {
debugger
this.$refs.addGridForm.validate(async (result) => { this.$refs.addGridForm.validate(async (result) => {
if (result === true) { if (result === true) {
const url = "/gov/org/grid/addgrid"; const url = "/gov/org/grid/addgrid";
@ -1661,7 +1660,7 @@ export default {
if (code === 0) { if (code === 0) {
this.$message.success("添加成功"); this.$message.success("添加成功");
this.dialogVisibleGrid = false; this.dialogVisibleGrid = false;
this.GridForm = []; this.GridFormRest();
this.getAgencyList(); this.getAgencyList();
this.getDepartmentList(); this.getDepartmentList();
this.getGridList(); this.getGridList();

Loading…
Cancel
Save