From 5d64e2573f5e0b9dc06891cf441c02b057310e1c Mon Sep 17 00:00:00 2001 From: Fixiaobai <fixiaobai@163.com> Date: 星期一, 11 十二月 2023 16:33:05 +0800 Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/mes-ocea-before --- 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