| 
					
				 | 
			
			
				@@ -229,7 +229,8 @@ import { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   corpsbank, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   corpsfiles, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   corpsitem, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  areaTypeTree 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  areaTypeTree, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  corpsAddrDelete, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } from "@/api/basicData/customerInformation"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import customerContact from "./configuration/customerContact.json"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import advantageProject from "./configuration/advantageProject.json"; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -735,7 +736,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         type: "warning" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }).then(() => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (row.id) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          corpsbank(row.id).then(res => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          corpsAddrDelete(row.id).then(res => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             this.$message({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               type: "success", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               message: "操作成功!" 
			 |