|  |  |  | @ -107,6 +107,7 @@ import {bindBasicHospProduct, saveBasicHospType, getBindList} from "@/api/basic/ | 
			
		
	
		
			
				
					|  |  |  |  | import {saveRel, productList, SelectproductList} from "@/api/basic/basicCaterelType"; | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | import {sysFilter} from '@/api/basic/udiRelevance' | 
			
		
	
		
			
				
					|  |  |  |  | import {isBlank} from "@/utils/strUtil"; | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | export default { | 
			
		
	
	
		
			
				
					|  |  |  | @ -178,6 +179,13 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |  |     }, | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |     SelectInstentProduct(){ | 
			
		
	
		
			
				
					|  |  |  |  |       if( isBlank(this.filterQuery.udiCode) && isBlank(this.filterQuery.unionCode) && | 
			
		
	
		
			
				
					|  |  |  |  |         isBlank(this.filterQuery.cpmctymc) && isBlank(this.filterQuery.ggxh) | 
			
		
	
		
			
				
					|  |  |  |  |         && isBlank(this.filterQuery.ylqxzcrbarmc)  && isBlank(this.filterQuery.thrPiId)){ | 
			
		
	
		
			
				
					|  |  |  |  |         this.$message("请先输入搜索条件!") | 
			
		
	
		
			
				
					|  |  |  |  |         return; | 
			
		
	
		
			
				
					|  |  |  |  |       } | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |           this.filterQuery.page = 1; | 
			
		
	
		
			
				
					|  |  |  |  |           this.getselectList(); | 
			
		
	
		
			
				
					|  |  |  |  |     }, | 
			
		
	
	
		
			
				
					|  |  |  | 
 |