|  |  | @ -703,8 +703,8 @@ export default { | 
			
		
	
		
		
			
				
					
					|  |  |  |             this.$refs.inputRef.select(); |  |  |  |             this.$refs.inputRef.select(); | 
			
		
	
		
		
			
				
					
					|  |  |  |         }, |  |  |  |         }, | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |         repeatAddCode() { |  |  |  |         repeatAddCode(editData) { | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |             let tQuery = Object.assign(JSON.parse(JSON.stringify(this.formData))); |  |  |  |             let tQuery = editData; | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |             tQuery.orderId = this.idQuery.id; |  |  |  |             tQuery.orderId = this.idQuery.id; | 
			
		
	
		
		
			
				
					
					|  |  |  |             tQuery.actDate = parseTime(this.formData.actDate, '{y}-{m}-{d} {h}:{i}:{s}'); |  |  |  |             tQuery.actDate = parseTime(this.formData.actDate, '{y}-{m}-{d} {h}:{i}:{s}'); | 
			
		
	
		
		
			
				
					
					|  |  |  |             tQuery.action = this.formData.action; |  |  |  |             tQuery.action = this.formData.action; | 
			
		
	
	
		
		
			
				
					|  |  | 
 |