|  | @@ -545,6 +545,7 @@ import {
 | 
	
		
			
				|  |  |  } from "@/api/zhu-yuan-yi-sheng/infectious-diseasest";
 | 
	
		
			
				|  |  |  import {xcMessage} from "@/utils/xiaochan-element-plus";
 | 
	
		
			
				|  |  |  import {ElMessageBox} from "element-plus";
 | 
	
		
			
				|  |  | +import {useUserStore} from "@/pinia/user-store";
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  const props = defineProps({
 | 
	
		
			
				|  |  |    patNo: {
 | 
	
	
		
			
				|  | @@ -559,7 +560,7 @@ const props = defineProps({
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  const emits = defineEmits(['confirm'])
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -let userData = userStore
 | 
	
		
			
				|  |  | +let userData = useUserStore().userInfo
 | 
	
		
			
				|  |  |  const sheetData = ref({})
 | 
	
		
			
				|  |  |  let patInfo = {}
 | 
	
		
			
				|  |  |  const infectiousDiseasesList = ref([])
 |