Browse Source

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

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

Loading…
Cancel
Save