From 04bd72e90f236613c6a9d55d46b97f01c2ee0c8a Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 17 Jul 2024 19:30:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/uploadZip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/uploadZip.js b/src/utils/uploadZip.js index 657e190f..c027eb85 100644 --- a/src/utils/uploadZip.js +++ b/src/utils/uploadZip.js @@ -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; }