From d4a06fc08b6e6e215bbf1771d204c3b7d773bc29 Mon Sep 17 00:00:00 2001
From: huang <1532065656@qq.com>
Date: 星期四, 09 十月 2025 14:51:01 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10105/r/YiWuProject
---
UI-Project/src/views/hollow/hollowslicecage.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/UI-Project/src/views/hollow/hollowslicecage.vue b/UI-Project/src/views/hollow/hollowslicecage.vue
index d7294ad..f7eb58b 100644
--- a/UI-Project/src/views/hollow/hollowslicecage.vue
+++ b/UI-Project/src/views/hollow/hollowslicecage.vue
@@ -34,7 +34,7 @@
const alertMessage = ref('')
const alarmData = ref<any>(null)
const showModal = ref(false)
-const currentAlarm = ref<any>(null);
+const currentAlarm = ref<any>(null)
const tableDataAlert = ref([])
const alertText = ref('')
@@ -613,8 +613,8 @@
? t(codeMap[alarmCode])
: t('hellow.unknownAlert');
};
+// 璀︽姤鍙屽嚮寮圭獥
const handleDoubleClick = () => {
- // currentAlarm.value = alarmData.value?.alarmInfo?.[0]?.[0] || null;
showModal.value = true;
};
// 璁$畻姣忎釜澶х煩褰㈢殑鏍峰紡
--
Gitblit v1.8.0