From c79d2c406784fe44ffeef5cb2f940d68eb4625d5 Mon Sep 17 00:00:00 2001 From: xiaojinfei <378266566@qq.com> Date: Thu, 8 Jan 2026 18:09:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E9=9B=86=E4=B8=AD=E5=91=8A=E8=AD=A6bug?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/warn/alarm/index.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/warn/alarm/index.vue b/src/views/warn/alarm/index.vue index 8bde666..1213604 100644 --- a/src/views/warn/alarm/index.vue +++ b/src/views/warn/alarm/index.vue @@ -62,8 +62,7 @@ setProps({ formConfig: { marginLeft: '10px', } } }}) - // 加载表格数据 - reload() + }) function handleUpdate(record: Recordable) { openUpdateModal(true, { record, isUpdate: true }) @@ -104,7 +103,7 @@ onMounted(() => { // 更新当前行 updateTableDataRecord(row.mpId, Object.assign(row, { pointValue: pointValue, outpointValue: outpointValue})) } - }, 1000) + }, 3000) }) onUnmounted(() => {