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/hollowequipmenttwo.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/UI-Project/src/views/hollow/hollowequipmenttwo.vue b/UI-Project/src/views/hollow/hollowequipmenttwo.vue
index 0d1a301..82934ed 100644
--- a/UI-Project/src/views/hollow/hollowequipmenttwo.vue
+++ b/UI-Project/src/views/hollow/hollowequipmenttwo.vue
@@ -1036,7 +1036,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