ソースを参照

修复代码异常

cc12458 1 年間 前
コミット
c4e1397c4d
1 ファイル変更0 行追加2 行削除
  1. 0 2
      src/request/api/report.api.ts

+ 0 - 2
src/request/api/report.api.ts

@@ -17,7 +17,6 @@ import dayjs from 'dayjs';
 
 import { fromHealthIndicator, fromHealthReport, type HealthIndicatorItemVO, type HealthIndicatorVO, type HealthReportDTO, type HealthReportVO } from '@/model/health-report.model';
 import { type DiagnosisReportDTO, type DiagnosisReportVO, fromDiagnosisReport } from '@/model/diagnosis-report.model';
-import { type FollowUpReportDTO, type FollowUpReportVO, fromFollowUpReport } from '@/model/follow-up-report.model';
 
 
 export function reportsMethod(patientId: string) {
@@ -307,5 +306,4 @@ export function getPatientDiagnosisReportMethod(id: string | number, patientId?:
       },
     },
   );
-}
 }