parent
d7fcd79cb2
commit
04bd72e90f
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue