iqc下载文件
continuous-integration/drone/push Build is passing

This commit is contained in:
DESKTOP-6C3NK6N\WXS
2024-09-03 15:23:22 +08:00
parent 8ad50b5618
commit b866ffdd49
3 changed files with 679 additions and 504 deletions
+8
View File
@@ -39,4 +39,12 @@ export function deleteTaskStudy(params) {
method: 'delete',
params
})
}
// 获取iqc下载文件信息
export function getCRCUploadedStudyInfo(data) {
return request({
url: '/DownloadAndUpload/getCRCUploadedStudyInfo',
method: 'post',
data
})
}