From 300a480751c63fa970e3879965ff64c5bbfb4eac Mon Sep 17 00:00:00 2001
From: Crunchy <3114200645@qq.com>
Date: 星期一, 13 一月 2025 14:04:32 +0800
Subject: [PATCH] 数采改为3秒刷新,无感刷新

---
 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