chenrui  2 years ago
parent
commit
5e639e33cc
1 changed files with 0 additions and 5 deletions
  1. 0 5
      src/components/Table/index.vue

+ 0 - 5
src/components/Table/index.vue

@@ -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");
       }