From b81efdce84ad137eabbc0ed35a48a97cba7f7225 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Wed, 31 Jul 2024 09:50:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=BD=91=E6=A0=BC=E5=90=8E?= =?UTF-8?q?=E4=B8=8D=E8=83=BD=E9=87=8D=E6=96=B0=E6=B7=BB=E5=8A=A0=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/base/organization/organization.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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();