From 41afa7135313e10bbac921737a67bc85aa3b16e4 Mon Sep 17 00:00:00 2001
From: 曹睿 <360930172@qq.com>
Date: 星期四, 03 七月 2025 09:11:28 +0800
Subject: [PATCH] feat: fyrify
---
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