|
@@ -149,7 +149,7 @@ export default {
|
|
|
this.fetchIndexAnalysis()
|
|
|
},
|
|
|
async maintainFetchTableData() {
|
|
|
- const { data } = await getFaultStatisticsListAll()
|
|
|
+ const { data } = await getFaultStatisticsListAll({})
|
|
|
this.maintainTableData = data.filter((item) => {
|
|
|
return item.repairStatus !== '已完成'
|
|
|
})
|