From ab58ff107cf4604a3e2b4997854b38f403186a70 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期四, 10 七月 2025 08:17:34 +0800
Subject: [PATCH] 解决现场强制出片提示bug
---
UI-Project/src/views/hollow/hollowequipment.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/UI-Project/src/views/hollow/hollowequipment.vue b/UI-Project/src/views/hollow/hollowequipment.vue
index 4a6d0cd..ce2f379 100644
--- a/UI-Project/src/views/hollow/hollowequipment.vue
+++ b/UI-Project/src/views/hollow/hollowequipment.vue
@@ -1767,7 +1767,7 @@
const finishb = async () => {
let flowCardId = window.localStorage.getItem('flowCardId')
let id = window.localStorage.getItem('id')
- if (!totalPairQuantity.value) {
+ if (!totalPairQuantitya.value) {
ElMessage.error(t('hellow.cpairQuantity'))
return
}
--
Gitblit v1.8.0