From bedd8d9bcaecf7cf080df512a52da009802b02a3 Mon Sep 17 00:00:00 2001 From: liutao <790864623@qq.com> Date: Thu, 7 May 2026 16:20:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2=E6=97=B6=E7=9C=9F=E5=8A=A0?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/iot/device/detailForm.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/iot/device/detailForm.vue b/src/views/iot/device/detailForm.vue index dc3e160a..66654719 100644 --- a/src/views/iot/device/detailForm.vue +++ b/src/views/iot/device/detailForm.vue @@ -11,7 +11,7 @@ - + @@ -599,6 +599,9 @@ const resetDeviceAlarmQuery = () => { deviceAlarmQueryParams.pageNo = 1 getDeviceAlarmList() } +const changeClick = () => { + deviceTabActive.value==='deviceRule' ? getRuleList() : getDeviceAlarmList() +} const openCreateRuleForm = () => { if (!attributeDeviceId.value) {