| 
						
						
							
								
							
						
						
					 | 
					@ -207,7 +207,7 @@ export default { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    }, | 
					 | 
					 | 
					    }, | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    // 表单提交 | 
					 | 
					 | 
					    // 表单提交 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    dataFormSubmitHandle: debounce(function () { | 
					 | 
					 | 
					    dataFormSubmitHandle: debounce(function () { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					      if(this.dataForm.noticeContent != null && this.dataForm.noticeContent != undefined ){ | 
					 | 
					 | 
					      if (this.dataForm.noticeContent != null && this.dataForm.noticeContent !== undefined) { | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					        if ((this.dataForm.noticeContent).length > 10000) { | 
					 | 
					 | 
					        if ((this.dataForm.noticeContent).length > 10000) { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					          return this.$message.error('您输入的的内容已超过字数不能提交') | 
					 | 
					 | 
					          return this.$message.error('您输入的的内容已超过字数不能提交') | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        } | 
					 | 
					 | 
					        } | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |