Lufaneng 8 months ago
parent b6c5b6960d
commit c3255a3671

@ -236,7 +236,7 @@ const getData = () => {
const bigTableData = ref([]) const bigTableData = ref([])
const getBigData = () => { const getBigData = () => {
loading.value = true 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 || [] const faultList = res.rows || []
if (faultList.length > 0) { if (faultList.length > 0) {
const params = { const params = {

Loading…
Cancel
Save