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