From c880739ec4cd5ede33b31eb98ad5f7628ea288e5 Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期一, 11 十二月 2023 17:41:40 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/views/oa/technology-document.vue | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/src/views/oa/technology-document.vue b/src/views/oa/technology-document.vue index 5984500..e0fcbe5 100644 --- a/src/views/oa/technology-document.vue +++ b/src/views/oa/technology-document.vue @@ -450,7 +450,6 @@ }, created() { document.title = '宸ヨ壓鏂囦欢瀹℃牳' - console.log(window.location.href) var url = window.location.href var param = url.split('?')[1] const params = param.split('&') @@ -473,7 +472,6 @@ getDocumentForOa(id).then((response) => { if (response.data.code === 0) { const resData = response.data.data - console.log(resData) const bomRoutings = resData.bomRoutings const testStandards = resData.testStandards const materialCosts = resData.materialCosts @@ -577,7 +575,6 @@ } } this.processConfigContentData.processConfigDataList = processConfigDataList - console.log(this.processConfigContentData) } }) }, @@ -638,15 +635,12 @@ i = i + keyValues.length } this.materialCostList = allKeyValues - console.log(this.rowColSplitNodes) - console.log(this.materialCostList) }, technologyDocumentSpanMethod({ row, column, rowIndex, columnIndex }) { if (columnIndex === 0 || columnIndex === 1) { var rowColSplitNode = this.rowColSplitNodes.find( (item) => item.key == row.bomId && item.node === rowIndex ) - console.log(row.bomId, rowIndex) if (rowColSplitNode !== undefined) { return { rowspan: rowColSplitNode.num, -- Gitblit v1.9.3