|  | @@ -184,13 +184,9 @@
 | 
	
		
			
				|  |  |  </template>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  <script setup name="inspectionReport">
 | 
	
		
			
				|  |  | -import {computed, onActivated, onMounted, reactive, ref} from 'vue'
 | 
	
		
			
				|  |  | +import {computed, onMounted, reactive, ref} from 'vue'
 | 
	
		
			
				|  |  |  import {checkExamDetail, checkExamIndex} from '@/api/inspections'
 | 
	
		
			
				|  |  | -import {clone} from '@/utils/clone'
 | 
	
		
			
				|  |  |  import {ElMessage} from 'element-plus'
 | 
	
		
			
				|  |  | -import router from "@/router";
 | 
	
		
			
				|  |  | -import {getDateRangeFormatDate} from "@/utils/date";
 | 
	
		
			
				|  |  | -import {getLodop, initLodop} from "@/utils/c-lodop";
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  const props = defineProps({
 | 
	
		
			
				|  |  |    jyjcInfo: {
 |