From a6aaad96f92dbf9c6ae2c81072509981cc97e6d7 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周三, 03 12月 2025 11:38:45 +0800
Subject: [PATCH] 消警处理
---
yiqi_pda/pages/home/modules/warnItem.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/yiqi_pda/pages/home/modules/warnItem.vue b/yiqi_pda/pages/home/modules/warnItem.vue
index cd1dcad..589c060 100644
--- a/yiqi_pda/pages/home/modules/warnItem.vue
+++ b/yiqi_pda/pages/home/modules/warnItem.vue
@@ -34,7 +34,7 @@
</view>
<view class="right_button">
<!-- <u-button type="warning" class="right_button_item" @click="closeWarning" :disabled="!item[warnArr[alertType - 0].prop]">鍏抽棴</u-button> -->
- <!-- <u-button type="warning" class="right_button_item" @click="closeWarning">鍏抽棴</u-button> -->
+ <u-button type="warning" class="right_button_item" @click="closeWarning">鍏抽棴</u-button>
</view>
</view>
</view>
@@ -84,6 +84,7 @@
//鍏抽棴鎶ヨ
closeWarning() {
const param = {
+ v_get_equipment_alert_id:this.item.id,//澧炲姞id浼犲�� 銆怑ditby shaocx,2025-12-03銆�
equipmentId: this.item.equipmentId,
alertType: this.alertType
}
--
Gitblit v1.9.3