|  | @@ -51,9 +51,8 @@ import PatientList from "@/components/zhu-yuan-yi-sheng/public/PatientList";
 | 
	
		
			
				|  |  |  import {getDrgIntelligentGrouping} from "@/api/zhu-yuan-yi-sheng/emr-patient";
 | 
	
		
			
				|  |  |  import {getJyJcZdTree} from "@/api/zhu-yuan-yi-sheng/jian-yan-jian-cha-shen-qing";
 | 
	
		
			
				|  |  |  import {ElMessageBox} from "element-plus";
 | 
	
		
			
				|  |  | -import {getOperationGuide, getOperationGuidePdf} from "@/api/public-api";
 | 
	
		
			
				|  |  | +import {getOperationGuide} from "@/api/public-api";
 | 
	
		
			
				|  |  |  import {xcMessage} from "@/utils/xiaochan-element-plus";
 | 
	
		
			
				|  |  | -import axios from "axios";
 | 
	
		
			
				|  |  |  import {isDev} from "@/utils/public";
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  const windowSize = computed(() => {
 | 
	
	
		
			
				|  | @@ -169,7 +168,6 @@ onMounted(async () => {
 | 
	
		
			
				|  |  |      jyTree.value = res.jy
 | 
	
		
			
				|  |  |      jcTree.value = res.jc
 | 
	
		
			
				|  |  |    })
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |  })
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  
 |