|  |  | @ -125,7 +125,8 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |         :limit.sync="filterQuery.limit" |  |  |  |         :limit.sync="filterQuery.limit" | 
			
		
	
		
		
			
				
					
					|  |  |  |         @pagination="getList" |  |  |  |         @pagination="getList" | 
			
		
	
		
		
			
				
					
					|  |  |  |       /> |  |  |  |       /> | 
			
		
	
		
		
			
				
					
					|  |  |  |     </el-card> |  |  |  | 
 | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     <!--  忽略预警弹窗  --> |  |  |  |     <!--  忽略预警弹窗  --> | 
			
		
	
	
		
		
			
				
					|  |  | @ -207,7 +208,7 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |         </el-button> |  |  |  |         </el-button> | 
			
		
	
		
		
			
				
					
					|  |  |  |       </div> |  |  |  |       </div> | 
			
		
	
		
		
			
				
					
					|  |  |  |     </el-dialog> |  |  |  |     </el-dialog> | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  |     </el-card> | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |   </div> |  |  |  |   </div> | 
			
		
	
		
		
			
				
					
					|  |  |  | </template> |  |  |  | </template> | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
	
		
		
			
				
					|  |  | @ -226,7 +227,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |         type: 1, |  |  |  |         type: 1, | 
			
		
	
		
		
			
				
					
					|  |  |  |         page: 1, |  |  |  |         page: 1, | 
			
		
	
		
		
			
				
					
					|  |  |  |         limit: 20, |  |  |  |         limit: 20, | 
			
		
	
		
		
			
				
					
					|  |  |  |         certName:null |  |  |  |         certName:null, | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |       }, |  |  |  |       }, | 
			
		
	
		
		
			
				
					
					|  |  |  |       list: [], |  |  |  |       list: [], | 
			
		
	
		
		
			
				
					
					|  |  |  |       total: 0, |  |  |  |       total: 0, | 
			
		
	
	
		
		
			
				
					|  |  | @ -281,6 +282,7 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |     }, |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  |     search() { |  |  |  |     search() { | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.filterQuery.page = 1; |  |  |  |       this.filterQuery.page = 1; | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |       this.filterQuery.limit = 20; | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.getList(); |  |  |  |       this.getList(); | 
			
		
	
		
		
			
				
					
					|  |  |  |     }, |  |  |  |     }, | 
			
		
	
		
		
			
				
					
					|  |  |  |     getList() { |  |  |  |     getList() { | 
			
		
	
	
		
		
			
				
					|  |  | @ -288,13 +290,8 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |       getSupCertRemindMsgList(this.filterQuery) |  |  |  |       getSupCertRemindMsgList(this.filterQuery) | 
			
		
	
		
		
			
				
					
					|  |  |  |         .then((response) => { |  |  |  |         .then((response) => { | 
			
		
	
		
		
			
				
					
					|  |  |  |           this.loading = false; |  |  |  |           this.loading = false; | 
			
		
	
		
		
			
				
					
					|  |  |  |           if (response.code === 20000) { |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |           this.list = response.data.list || []; |  |  |  |           this.list = response.data.list || []; | 
			
		
	
		
		
			
				
					
					|  |  |  |           this.total = response.data.total || 0; |  |  |  |           this.total = response.data.total || 0; | 
			
		
	
		
		
			
				
					
					|  |  |  |           } else { |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.list = []; |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.total = 0; |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |           } |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |         }) |  |  |  |         }) | 
			
		
	
		
		
			
				
					
					|  |  |  |         .catch(() => { |  |  |  |         .catch(() => { | 
			
		
	
		
		
			
				
					
					|  |  |  |           this.loading = false; |  |  |  |           this.loading = false; | 
			
		
	
	
		
		
			
				
					|  |  | @ -351,11 +348,12 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |     } |  |  |  |     } | 
			
		
	
		
		
			
				
					
					|  |  |  |   }, |  |  |  |   }, | 
			
		
	
		
		
			
				
					
					|  |  |  |   created() { |  |  |  |   created() { | 
			
		
	
		
		
			
				
					
					|  |  |  |     // 加载表格数据 |  |  |  | 
 | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |     this.getList(); |  |  |  |  | 
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |     if(this.$store.getters.customerId == 110){ |  |  |  |     if(this.$store.getters.customerId == 110){ | 
			
		
	
		
		
			
				
					
					|  |  |  |       this.ckeck=true; |  |  |  |       this.ckeck=true; | 
			
		
	
		
		
			
				
					
					|  |  |  |     } |  |  |  |     } | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     // 加载表格数据 | 
			
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |     this.getList(); | 
			
		
	
		
		
			
				
					
					|  |  |  |   }, |  |  |  |   }, | 
			
		
	
		
		
			
				
					
					|  |  |  | }; |  |  |  | }; | 
			
		
	
		
		
			
				
					
					|  |  |  | </script> |  |  |  | </script> | 
			
		
	
	
		
		
			
				
					|  |  | 
 |