|  | @@ -242,6 +242,7 @@ export interface YzType {
 | 
	
		
			
				|  |  |      execDept: string
 | 
	
		
			
				|  |  |      execDeptName: string
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  export interface SearchOrdersType {
 | 
	
		
			
				|  |  |      id: string;
 | 
	
		
			
				|  |  |      pyCode: string;
 | 
	
	
		
			
				|  | @@ -288,6 +289,7 @@ export interface SearchOrdersType {
 | 
	
		
			
				|  |  |      drugFlagName: string;
 | 
	
		
			
				|  |  |      infusionFlagName: string;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  // 医嘱数据
 | 
	
		
			
				|  |  |  export const yiZhuData = ref<YzType>({
 | 
	
		
			
				|  |  |      actOrderNo: addTempOrderNo,
 | 
	
	
		
			
				|  | @@ -458,6 +460,8 @@ export const jsQueryYzData = async () => {
 | 
	
		
			
				|  |  |              times: huanZheXinXi.value.admissTimes,
 | 
	
		
			
				|  |  |              startTime: queryParam.value.startTime,
 | 
	
		
			
				|  |  |              endTime: queryParam.value.endTime,
 | 
	
		
			
				|  |  | +        }).catch(() => {
 | 
	
		
			
				|  |  | +            return []
 | 
	
		
			
				|  |  |          })
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  }
 |