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