|  | @@ -61,12 +61,15 @@ import {
 | 
	
		
			
				|  |  |  import {BizException, ExceptionEnum} from "@/utils/BizException";
 | 
	
		
			
				|  |  |  import XEUtils from 'xe-utils'
 | 
	
		
			
				|  |  |  import {onMounted, ref} from 'vue'
 | 
	
		
			
				|  |  | +import {useUserStore} from "@/pinia/user-store";
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  const props = defineProps({
 | 
	
		
			
				|  |  |    patNo: String,
 | 
	
		
			
				|  |  |    times: Number
 | 
	
		
			
				|  |  |  })
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +const userStore = useUserStore().userInfo
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  const emits = defineEmits<{
 | 
	
		
			
				|  |  |    (e: "close"): void
 | 
	
		
			
				|  |  |  }>()
 |