From 5ed9cc309396133ea4c9333ea10ae871ab0e39df Mon Sep 17 00:00:00 2001 From: HAHA Date: Tue, 9 Aug 2022 10:11:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E5=BA=8F=E5=AD=97=E6=AE=B5?= 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, 3 insertions(+) diff --git a/src/views/modules/base/organization/organization.vue b/src/views/modules/base/organization/organization.vue index 13186ceab..7c67f55fd 100644 --- a/src/views/modules/base/organization/organization.vue +++ b/src/views/modules/base/organization/organization.vue @@ -1588,6 +1588,7 @@ export default { this.modifyGridFrom.gridType = '', this.modifyGridFrom.manageDistrict = '', this.modifyGridFrom.griId = '' + this.modifyGridFrom.gridSort = 0 }, // 社区新增弹框取消按钮 cancel () { @@ -2339,6 +2340,7 @@ export default { this.modifyGridFrom.gridType = data.gridType this.modifyGridFrom.manageDistrict = data.manageDistrict this.modifyGridFrom.griId = data.grid + this.modifyGridFrom.gridSort = data.gridSort } else { this.$message.error(msg) } @@ -2416,6 +2418,7 @@ export default { if (code === 0) { this.$message.success("修改成功") + this.modifyGridFrom.gridSort = 0 this.modifyGridPop = false this.getAgencyList() this.getDepartmentList()