|  | @ -113,7 +113,6 @@ var infoWindowList; | 
			
		
	
		
		
			
				
					|  |  | export default { |  |  | export default { | 
			
		
	
		
		
			
				
					|  |  |   data() { |  |  |   data() { | 
			
		
	
		
		
			
				
					|  |  |     return { |  |  |     return { | 
			
		
	
		
		
			
				
					|  |  |       visible: false, |  |  |  | 
			
		
	
		
		
			
				
					|  |  |       dataForm: { |  |  |       dataForm: { | 
			
		
	
		
		
			
				
					|  |  |         id: "", |  |  |         id: "", | 
			
		
	
		
		
			
				
					|  |  |         customerId: "", |  |  |         customerId: "", | 
			
		
	
	
		
		
			
				
					|  | @ -336,7 +335,6 @@ export default { | 
			
		
	
		
		
			
				
					|  |  |         .catch(() => {}); |  |  |         .catch(() => {}); | 
			
		
	
		
		
			
				
					|  |  |     }, |  |  |     }, | 
			
		
	
		
		
			
				
					|  |  |     init() { |  |  |     init() { | 
			
		
	
		
		
			
				
					|  |  |       this.visible = true; |  |  |  | 
			
		
	
		
		
			
				
					|  |  |       this.$nextTick(() => { |  |  |       this.$nextTick(() => { | 
			
		
	
		
		
			
				
					|  |  |         this.$refs["dataForm"].resetFields(); |  |  |         this.$refs["dataForm"].resetFields(); | 
			
		
	
		
		
			
				
					|  |  |         if (this.dataForm.id) { |  |  |         if (this.dataForm.id) { | 
			
		
	
	
		
		
			
				
					|  | @ -380,8 +378,8 @@ export default { | 
			
		
	
		
		
			
				
					|  |  |                 type: "success", |  |  |                 type: "success", | 
			
		
	
		
		
			
				
					|  |  |                 duration: 500, |  |  |                 duration: 500, | 
			
		
	
		
		
			
				
					|  |  |                 onClose: () => { |  |  |                 onClose: () => { | 
			
		
	
		
		
			
				
					|  |  |                   this.visible = false; |  |  |  | 
			
		
	
		
		
			
				
					|  |  |                   this.$emit("refreshDataList"); |  |  |                   this.$emit("refreshDataList"); | 
			
		
	
		
		
			
				
					|  |  |  |  |  |                   this.closeSubmit() | 
			
		
	
		
		
			
				
					|  |  |                 }, |  |  |                 }, | 
			
		
	
		
		
			
				
					|  |  |               }); |  |  |               }); | 
			
		
	
		
		
			
				
					|  |  |             }) |  |  |             }) | 
			
		
	
	
		
		
			
				
					|  | 
 |