diff --git a/src/views/modules/base/organization/organization.vue b/src/views/modules/base/organization/organization.vue index 306e11b9c..c53791e5f 100644 --- a/src/views/modules/base/organization/organization.vue +++ b/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();