| 
					
				 | 
			
			
				@@ -751,8 +751,8 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }).then(() => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.btnLoading = true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         submitConfirm({id: this.form.id}).then(res => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          console.log(res.data.data) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          this.queryData(this.form.id) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          this.$message.success('提交成功'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          this.queryData(this.form.id); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }).finally(() => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.btnLoading = false; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }) 
			 |