username 3 年之前
父節點
當前提交
fc25dfbcee
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/currentSystem/authorityManagement/deptManagement/deptMng/index.vue

+ 1 - 1
src/views/currentSystem/authorityManagement/deptManagement/deptMng/index.vue

@@ -277,7 +277,7 @@ export default {
 
     handleNodeClick(data) {
       this.infoForm = data;
-      this.readonly = true;
+      // this.readonly = false;
       this.showSubmit = false;
       console.log(data)
     },