username 3 years ago
parent
commit
fc25dfbcee

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