| 
					
				 | 
			
			
				@@ -381,8 +381,14 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.loadingBtn = true; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          submit({ ...this.form, code: this.form.cname, corpType: "KH", corpsAddrList: this.data, corpsFiles: this.corpsFiles }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            .then(res => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          submit({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            ...this.form, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            code: this.form.cname, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            corpType: "KH", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            corpsAddrList: this.data, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            corpsFiles: this.corpsFiles, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            billType:1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          }).then(res => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               this.$message.success("保存成功"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               this.form = res.data.data; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               this.data = res.data.data.corpsAddrList 
			 |