From 01c045e6ebc486e2a050b1739fad075b7f424254 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期一, 18 五月 2026 14:47:50 +0800
Subject: [PATCH] 优化设备保养:在新增和编辑保养计划时,清除本地存储中的repairId,确保数据一致性。
---
src/pages/safeProduction/hazardSourceLedger/detail.vue | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/pages/safeProduction/hazardSourceLedger/detail.vue b/src/pages/safeProduction/hazardSourceLedger/detail.vue
index d9ffde2..104bfaf 100644
--- a/src/pages/safeProduction/hazardSourceLedger/detail.vue
+++ b/src/pages/safeProduction/hazardSourceLedger/detail.vue
@@ -117,16 +117,19 @@
<up-action-sheet :show="typeSheetVisible"
:actions="typeOptions"
@select="handleTypeSelect"
+ @close="typeSheetVisible = false"
title="閫夋嫨鍗遍櫓婧愮被鍨�" />
<!-- 椋庨櫓绛夌骇閫夋嫨鍣� -->
<up-action-sheet :show="riskLevelSheetVisible"
:actions="riskLevelOptions"
@select="handleRiskLevelSelect"
+ @close="riskLevelSheetVisible = false"
title="閫夋嫨椋庨櫓绛夌骇" />
<!-- 绠℃帶璐d换浜洪�夋嫨鍣� -->
<up-action-sheet :show="principalSheetVisible"
:actions="principalOptions"
@select="handlePrincipalSelect"
+ @close="principalSheetVisible = false"
title="閫夋嫨绠℃帶璐d换浜�" />
</view>
</template>
--
Gitblit v1.9.3