From e9de57df1ef825a3f17b792e9110f24c407c03fb Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期一, 14 十月 2024 08:31:48 +0800
Subject: [PATCH] Merge branch 'hangzhou_master' of http://bore.pub:10439/r/HangZhouMes into hangzhou_master

---
 UI-Project/src/views/UnLoadGlass/PrintCustomLabelSemi1.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/UI-Project/src/views/UnLoadGlass/PrintCustomLabelSemi1.vue b/UI-Project/src/views/UnLoadGlass/PrintCustomLabelSemi1.vue
index 2927b8f..f4f8340 100644
--- a/UI-Project/src/views/UnLoadGlass/PrintCustomLabelSemi1.vue
+++ b/UI-Project/src/views/UnLoadGlass/PrintCustomLabelSemi1.vue
@@ -36,13 +36,14 @@
 let props = defineProps({
   printFlowCardId: null,
   printLayer: null,
+  printGlassId: null,
 })
 
 onMounted(async () => {
-  console.log(props.printFlowCardId,props.printLayer)
   const response = await request.post('/unLoadGlass/downGlassInfo/downGlassLabelPrint',{
         flowCardId:props.printFlowCardId,
-        layer:props.printLayer
+        layer:props.printLayer,
+        glassId:props.printGlassId
     });
         if (response.code == 200) {
           console.log("lastList.value",response.data)

--
Gitblit v1.8.0