|  |  |  | @ -333,15 +333,17 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |         key: key, | 
			
		
	
		
			
				
					|  |  |  |  |         corpType: 2, | 
			
		
	
		
			
				
					|  |  |  |  |         page: 1, | 
			
		
	
		
			
				
					|  |  |  |  |         limit: 20, | 
			
		
	
		
			
				
					|  |  |  |  |         name:this.$store.getters.companyName | 
			
		
	
		
			
				
					|  |  |  |  |         limit: 20 | 
			
		
	
		
			
				
					|  |  |  |  |       }; | 
			
		
	
		
			
				
					|  |  |  |  |       if (this.$store.getters.customerId !== 110) { | 
			
		
	
		
			
				
					|  |  |  |  |         params.name = this.$store.getters.companyName; | 
			
		
	
		
			
				
					|  |  |  |  |       } | 
			
		
	
		
			
				
					|  |  |  |  |       getBasicUnitMaintains(params).then((res) => { | 
			
		
	
		
			
				
					|  |  |  |  |         this.corpLoading = false; | 
			
		
	
		
			
				
					|  |  |  |  |         this.fromOptions = res.data.list || []; | 
			
		
	
		
			
				
					|  |  |  |  |       }).catch(() => { | 
			
		
	
		
			
				
					|  |  |  |  |         this.corpLoading = false; | 
			
		
	
		
			
				
					|  |  |  |  |       }) | 
			
		
	
		
			
				
					|  |  |  |  |       }); | 
			
		
	
		
			
				
					|  |  |  |  |     }, | 
			
		
	
		
			
				
					|  |  |  |  |     corpChange(value) { | 
			
		
	
		
			
				
					|  |  |  |  |       if (!isBlank(value)) { | 
			
		
	
	
		
			
				
					|  |  |  | 
 |