From ea2fdc85d876c680e042034d1cbb7c1ca030b5b7 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期日, 12 十月 2025 11:14:25 +0800
Subject: [PATCH] 1、中空任务队列显示bug修复,缺片详情破损后再查询条件添加

---
 UI-Project/src/views/hollow/hollowequipmenthree.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/UI-Project/src/views/hollow/hollowequipmenthree.vue b/UI-Project/src/views/hollow/hollowequipmenthree.vue
index 33a2687..f6d3d9c 100644
--- a/UI-Project/src/views/hollow/hollowequipmenthree.vue
+++ b/UI-Project/src/views/hollow/hollowequipmenthree.vue
@@ -982,7 +982,7 @@
     if (response.code == 200) {
       ElMessage.success(response.message);
       const { flowCardId } = row;
-      fetchFlowBind();
+      fetchFlowBind(currentRow.flowCardId);
       fetchFlowCardId()
     } else {
       ElMessage.error(response.msg);

--
Gitblit v1.8.0