下载问题修复
continuous-integration/drone/push Build is passing Details

uat_us v1.5.3
wangxiaoshuang 2024-07-17 19:30:26 +08:00
parent d7fcd79cb2
commit 04bd72e90f
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ export const downloadImage = async (id, id2, IsDicom = true) => {
let res = await requestPackageAndAnonymizImage(params); let res = await requestPackageAndAnonymizImage(params);
if (res.IsSuccess) { if (res.IsSuccess) {
if (!res.Result) { if (!res.Result) {
flag[`${res.id2}_${res.IsDicom}`] = false; flag[`${id2}_${IsDicom}`] = false;
Vue.prototype.$message.warning(Vue.prototype.$t("trials:upload:message:not")) Vue.prototype.$message.warning(Vue.prototype.$t("trials:upload:message:not"))
return 1; return 1;
} }