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 = {