From 95b85a1942d41541025ec781f16b229108f75e65 Mon Sep 17 00:00:00 2001 From: 曹睿 <360930172@qq.com> Date: 星期三, 02 七月 2025 09:38:00 +0800 Subject: [PATCH] feat: PDA添加增量更新 --- src/pages/production/twist/receive/monofil.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/production/twist/receive/monofil.vue b/src/pages/production/twist/receive/monofil.vue index ab8eb9f..9f3fb11 100644 --- a/src/pages/production/twist/receive/monofil.vue +++ b/src/pages/production/twist/receive/monofil.vue @@ -23,7 +23,7 @@ </view> </template> </z-paging> - <Scan ref="scanRef" /> + <Scan ref="scanRef" emitName="scanMono" /> <wd-toast /> </view> </template> @@ -103,12 +103,12 @@ onLoad((options: any) => { // 寮�鍚箍鎾洃鍚簨浠� - uni.$on("scan", getScanCode); + uni.$on("scanMono", getScanCode); paramsId.value = options.id; }); onUnload(() => { // 寮�鍚箍鎾洃鍚簨浠� - uni.$off("scan", getScanCode); + uni.$off("scanMono", getScanCode); }); </script> -- Gitblit v1.9.3