From c5a1cac0fe27e37911638d3d956c3179dfe81822 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=AE=E5=BB=BA?= <450837357@qq.com> Date: Thu, 27 Mar 2025 15:14:52 +0800 Subject: [PATCH] first --- src/views/produce/workRecords/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/produce/workRecords/index.vue b/src/views/produce/workRecords/index.vue index 9810be3..70b5971 100644 --- a/src/views/produce/workRecords/index.vue +++ b/src/views/produce/workRecords/index.vue @@ -498,7 +498,7 @@ function printTemp(row: any) { }; }); if (printerList && printerList.length) { - livePrint = this.$ls.get('livePrint') || printerList.find(item => item.name.indexOf("ZDesigner ZD888") > -1).value; + livePrint = printerList.find(item => item.label.indexOf("ZDesigner ZD888") > -1).value; console.log("livePrint2",livePrint); } }