chenrui  2 年之前
父節點
當前提交
5e639e33cc
共有 1 個文件被更改,包括 0 次插入5 次删除
  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");
       }