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 => {