@@ -809,11 +809,6 @@ export default {
this.tableType = "add";
this.tableTitle = "新增";
this.tableForm = {};
- if (this.dataContent.nodeCode) {
- this.tableForm.nodeCode = this.dataContent.nodeCode;
- }
- // this.tableForm.companyName = this.dataContent.companyID;
- // this.tableForm.
} else {
this.$emit("handleAdd");
}