From ffbcb7980d8d196c6df1146a7018351c8096e971 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期三, 13 十二月 2023 16:08:11 +0800
Subject: [PATCH] 	modified:   src/views/basic/company/index.vue 	modified:   src/views/basic/crew/crew-form.vue 	modified:   src/views/basic/division/index.vue 	modified:   src/views/basic/factory/index.vue 	modified:   src/views/basic/location/index.vue 	modified:   src/views/basic/param/index.vue 	modified:   src/views/basic/part/index.vue 	modified:   src/views/basic/template/index.vue 	modified:   src/views/basic/warehouse/index.vue 	modified:   src/views/basic/workstation/workstation-form.vue 	modified:   src/views/plan/manufacturingorder/customerorder.vue 	modified:   src/views/technology/document/teststandard.vue

---
 src/views/huawei/code19bind/list.vue |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/views/huawei/code19bind/list.vue b/src/views/huawei/code19bind/list.vue
index 67e64b4..b21c14a 100644
--- a/src/views/huawei/code19bind/list.vue
+++ b/src/views/huawei/code19bind/list.vue
@@ -345,9 +345,7 @@
       })
     },
     print(row) {
-      console.log(row)
       getPrintInfo(row ? row.id : row).then((res) => {
-        console.log(res)
         this.$refs.printForm.printData(res.data.data)
         this.getData()
       })

--
Gitblit v1.9.3