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

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

@@ -807,14 +807,12 @@ export default {
             this.rowTitle = titleColumn.columnName;
           }
           this.tableData.push(...returnData.listValues);
-          // console.log(this.tableOptions.endNode, "11111");
           this.tableCols = returnData.columnSet;
           this.serviceId = returnData.submitID;
           setTimeout(() => {
             this.initTableData();
             setTimeout(() => {
               this.tableData.forEach((element) => {
-                console.log(this.tableOptions.calculationBasis);
                 if (this.tableOptions.beginNode) {
                   this.tableOptions.beginNode.forEach((res) => {
                     if (res.v === element.beginNode) {
@@ -1064,7 +1062,6 @@ export default {
             this.tableForm = JSON.parse(JSON.stringify(data));
           } else {
             this.tableForm = JSON.parse(JSON.stringify(row));
-            console.log(this.tableOptions.beginNode, "1111111");
             if (this.tableForm.beginNode) {
               const datas = _.cloneDeep(this.tableColsCopy);
               // const reqUts = [];