|
@@ -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 = [];
|