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