|  | @@ -47,12 +47,8 @@ export default {
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    computed: {
 | 
	
		
			
				|  |  | -    hasError() {
 | 
	
		
			
				|  |  | -      const { indexErrData, remindMatterData } = this.status
 | 
	
		
			
				|  |  | -      return indexErrData || remindMatterData
 | 
	
		
			
				|  |  | -    },
 | 
	
		
			
				|  |  |      status() {
 | 
	
		
			
				|  |  | -      return this.$store.state.app.status
 | 
	
		
			
				|  |  | +      return this.$store.state.app.status || {}
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    watch: {
 |