下载问题修复

This commit is contained in:
2024-07-17 19:30:26 +08:00
parent d7fcd79cb2
commit 2e3ab5b63b
+1 -1
View File
@@ -21,7 +21,7 @@ export const downloadImage = async (id, id2, IsDicom = true) => {
let res = await requestPackageAndAnonymizImage(params);
if (res.IsSuccess) {
if (!res.Result) {
flag[`${res.id2}_${res.IsDicom}`] = false;
flag[`${id2}_${IsDicom}`] = false;
Vue.prototype.$message.warning(Vue.prototype.$t("trials:upload:message:not"))
return 1;
}