| 
					
				 | 
			
			
				@@ -491,6 +491,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       const _this = this 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       const data = Object.assign({ allocateSn: this.$route.params.sn }, params || {}) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       _this.spinning = true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      _this.showDsModal = false 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       allocateBillSubmit(data).then(res => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (res.status == 200) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.$message.success(res.message) 
			 |