From a0fed21bc903776940277dca890bade7942cc7c0 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期五, 19 四月 2024 14:42:17 +0800
Subject: [PATCH] 去除不需要的打印

---
 north-glass-erp/northglass-erp/src/views/pp/processCard/PrintFlowCard.vue |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintFlowCard.vue b/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintFlowCard.vue
index 0f71844..5b09c92 100644
--- a/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintFlowCard.vue
+++ b/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintFlowCard.vue
@@ -205,7 +205,6 @@
               id += selectRecords[i].id + "|"
             }
           }
-          console.log(selectRecords)
           router.push({path: '/main/processCard/printProcess', query: {printList: JSON.stringify(selectRecords)}})
           //dialogTableVisible.value = true
           break

--
Gitblit v1.8.0