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/plan/manufacturingorder/productorder-form.vue |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/views/plan/manufacturingorder/productorder-form.vue b/src/views/plan/manufacturingorder/productorder-form.vue
index 05becf2..affcd01 100644
--- a/src/views/plan/manufacturingorder/productorder-form.vue
+++ b/src/views/plan/manufacturingorder/productorder-form.vue
@@ -1216,7 +1216,6 @@
     this.getBomTypeDbOptions()
     this.getManufactureAttrs('manufacture_attr_type')
     this.getSysParam(sysParam.IS_REPORT_OPERATION)
-    // console.log(this.components);
   },
   watch: {
     'dataForm.partId'(newValue, oldValue) {
@@ -1231,9 +1230,6 @@
       }
     },
     components(newVal,oldVal){
-      console.log("鏂�",newVal);
-      console.log("鑰�",oldVal);
-      console.log(this.components);
     },
     currentRouting(newValue, oldValue) {
       if (newValue && newValue.id) {
@@ -1284,7 +1280,6 @@
       if (newValue && newValue.id) {
         // 鏌ヨ浜у搧缁撴瀯瀵瑰簲鐨勭粍浠�
         getBom(newValue.id).then((response) => {
-          console.log("鏌�",this.components);
           // this.components = [response.data.data.tree]
         })
       }
@@ -2088,7 +2083,6 @@
     },
     // 鏂板宸ュ簭
     addOperation(operation) {
-      console.log('operation', operation)
     },
     insertOperation(operation) {},
     structSelectionChange(val) {

--
Gitblit v1.9.3