| 
					
				 | 
			
			
				@@ -203,7 +203,8 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           'createTime': this.dataForm.createTime ? this.dataForm.createTime : null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           'state': this.dataForm.state ? this.dataForm.state : null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           'businessId': this.dataForm.businessId ? this.dataForm.businessId : null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          'type': this.dataForm.type ? this.dataForm.type : 1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          'type': this.dataForm.type ? this.dataForm.type : 1, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          'title': this.dataForm.title ? this.dataForm.title : null 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         getAnnouncementList(params).then(({data}) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           if (data && data.code === '200') { 
			 |