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/technology/document/document-form.vue |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/src/views/technology/document/document-form.vue b/src/views/technology/document/document-form.vue
index 95d7185..5f9c1a9 100644
--- a/src/views/technology/document/document-form.vue
+++ b/src/views/technology/document/document-form.vue
@@ -974,7 +974,6 @@
             bomId: this.dataForm.bomId,
           })
         ).then((response) => {
-          console.log(response)
           this.routingList = response.data.data
         })
       } else {
@@ -1206,7 +1205,6 @@
         if (this.currTechnologyName != null && this.currTechnologyName !== '') {
           // 褰撶敤鎴峰垹闄ゅ伐鑹烘枃浠朵腑鍏宠仈鐨勫伐鑹鸿矾绾挎椂锛岃嫢璇ユ枃浠跺搴擝OM涓墍闇�鍗婃垚鍝佺殑宸ヨ壓璺嚎涔熷凡涓庡綋鍓嶅伐鑹烘枃浠跺叧鑱�
           routingChildCheck(this.currTechnologyBomPartName).then((res) => {
-            console.log('res', res.data)
             const resData = res.data
             let num = 0
             if (resData.code === 0) {
@@ -1850,7 +1848,6 @@
         allKeyValues = allKeyValues.concat(keyValues)
         i = i + keyValues.length
       }
-      console.log("aaa--",allKeyValues)
       this.materialCostList = allKeyValues
     },
     objectSpanMethod({ row, column, rowIndex, columnIndex }) {
@@ -1904,7 +1901,6 @@
       if (this.dataForm.id) {
         this.getDocumentInfo(this.dataForm.id)
       }
-      console.log('涓婁紶鎴愬姛')
     },
     handleStructureExceed(files, fileList) {
       // this.$message.warning(
@@ -1946,7 +1942,6 @@
       this.dialogFlowVisible = true
     },
     handleFlowSuccess(response, file, fileList) {
-      console.log('涓婁紶鎴愬姛')
     },
     handleFlowExceed(files, fileList) {
       this.$message.warning(
@@ -1990,8 +1985,6 @@
     },
     getSummaries(param) {
       const { columns, data } = param
-      // console.log(columns, 'A')
-      // console.log(data, 'B')
       const sums = []
       columns.forEach((column, index) => {
         if (index === 0) {

--
Gitblit v1.9.3