chenrui  2 жил өмнө
parent
commit
5e639e33cc

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