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/PrintProcess.vue | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintProcess.vue b/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintProcess.vue index 6ac7bdb..64d6f39 100644 --- a/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintProcess.vue +++ b/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintProcess.vue @@ -22,7 +22,6 @@ const route = currentRoute.value data.value.printList = JSON.parse(route.query.printList) let flowCardCount=data.value.printList.length -console.log(flowCardCount) onMounted(() => { // if (id === null || id === undefined || id === '') { // return @@ -32,7 +31,6 @@ if (res.code == 200) { produceList.value = deepClone(res.data.data) - console.log(produceList.value) } else { ElMessage.warning(res.msg) -- Gitblit v1.8.0