Selaa lähdekoodia

删除无效的引用

lighter 1 vuosi sitten
vanhempi
commit
728809d62e
1 muutettua tiedostoa jossa 1 lisäystä ja 5 poistoa
  1. 1 5
      src/components/medical-insurance/inspect/InspectionReport.vue

+ 1 - 5
src/components/medical-insurance/inspect/InspectionReport.vue

@@ -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: {