From c3255a3671e558b1ccb70d3c2bc1d9e986c2ee82 Mon Sep 17 00:00:00 2001 From: Lufaneng Date: Wed, 24 Dec 2025 11:23:08 +0800 Subject: [PATCH] 1 --- src/views/AlarmInformation/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/AlarmInformation/index.vue b/src/views/AlarmInformation/index.vue index 7de1934..9d8191b 100644 --- a/src/views/AlarmInformation/index.vue +++ b/src/views/AlarmInformation/index.vue @@ -236,7 +236,7 @@ const getData = () => { const bigTableData = ref([]) const getBigData = () => { loading.value = true - RPC.post('/eventcenter/type/list', { page: 1, limit: 20, and: { is_fault: [true] } }).then(res => { + RPC.post('/eventcenter/type/list', { page: 1, limit: -1, and: { is_fault: [true] } }).then(res => { const faultList = res.rows || [] if (faultList.length > 0) { const params = {