导出接口同步
continuous-integration/drone/push Build is passing Details

main
caiyiling 2024-11-25 14:24:51 +08:00
parent 21871f7948
commit 98604a7684
2 changed files with 19 additions and 3 deletions

View File

@ -178,3 +178,22 @@ export function showReadReport(data) {
data
})
}
export function getCommonEvaluationList_Export(data) {
return requestDownload({
url: `/ExcelExport/getCommonEvaluationList_Export`,
responseType: 'blob',
method: 'post',
data
})
}
export function getCommonJudgeRatioList_Export(data) {
return requestDownload({
url: `/ExcelExport/getCommonJudgeRatioList_Export`,
responseType: 'blob',
method: 'post',
data
})
}

View File

@ -61,9 +61,6 @@ import {
getCommonJudgeRatioList_Export,
getReadingTaskList_Export,
getTrialReadingCriterionCanExportDocumentList,
getOverallTumorEvaluationList_Export,
getEvaluationOfTumorEfficacy_Export,
getDetailedOfEvaluatedLesion_Export,
} from '@/api/export'
import { getTrialCriterionList } from '@/api/trials/reading'