From 166a7a29eaa8ba77207cfe729d0413b13f600c1f Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Thu, 2 Feb 2023 16:49:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/dept/authDept.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/system/dept/authDept.vue b/src/views/system/dept/authDept.vue index 8caf0cdc..708dddff 100644 --- a/src/views/system/dept/authDept.vue +++ b/src/views/system/dept/authDept.vue @@ -99,11 +99,12 @@ - + @@ -324,6 +325,7 @@ export default { companyName: "", checkType: "", }, + isShow:null, loading: false, formVisible: false, isExpandAll: false, @@ -490,6 +492,7 @@ export default { subAddDeptDialog(row) { this.formName = "add"; this.formVisible = true; + this.isShow=false; this.formData = { pid: row.id, pcode: row.code, @@ -514,6 +517,7 @@ export default { this.resetForm(); this.formName = "edit"; this.formVisible = true; + this.isShow=true; this.formData = row; // const roleMenu = this.getDeptStatusMenuTreeselect(this.formData.id); filterList().then(response => {