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)
     },