From c8d7453ef88f52f629272bdd89cab8ff6ba6eb6e Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期四, 14 十二月 2023 15:08:03 +0800
Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/mes-ocea-before
---
src/views/product/producttraceability/index.vue | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/src/views/product/producttraceability/index.vue b/src/views/product/producttraceability/index.vue
index e526c63..9bcd856 100644
--- a/src/views/product/producttraceability/index.vue
+++ b/src/views/product/producttraceability/index.vue
@@ -1262,7 +1262,6 @@
_that.selectedProductSystemNo = nodeData.key.split('_')[0]
// const query = { systemNo: 'XT000131' }
const query = { systemNo: nodeData.key.split('_')[0] }
- console.log(query)
queryOperationTask(query)
.then((response) => {
var data = response.data
@@ -1356,7 +1355,6 @@
_that.paramTabs = []
} else {
// 宸ユ淇℃伅
- console.log('nodeData', nodeData.batchNo)
_that.getStepRecords({
id: _that.currOperateTask.id,
sn: nodeData.batchNo.split('SN鍙�:')[1]
@@ -1384,7 +1382,6 @@
})
}
})
- console.log(param.diagram.selection)
},
// 鏍规嵁宸ュ崟id锛屾煡璇㈠搴旂殑宸ヨ壓鍙傛暟淇℃伅
queryTechnologyInfo(taskId) {
@@ -1570,7 +1567,6 @@
},
// 鍒囨崲杩芥函妯″紡
changeTraceType() {
- console.log('traceType', this.traceType)
this.changePart()
},
paramsTableHeaderStyle({ row, column, rowIndex, columnIndex }) {
--
Gitblit v1.9.3