From 3f0d85c4b44a368ce9820e3c2b8e7eea990da06f Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 4 Jul 2025 16:13:38 +0800 Subject: [PATCH] 1 --- .../trials-panel/trial-summary/image-summary/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/trials/trials-panel/trial-summary/image-summary/index.vue b/src/views/trials/trials-panel/trial-summary/image-summary/index.vue index f3c89b54..e14bc7ea 100644 --- a/src/views/trials/trials-panel/trial-summary/image-summary/index.vue +++ b/src/views/trials/trials-panel/trial-summary/image-summary/index.vue @@ -66,10 +66,10 @@ @@ -252,7 +252,7 @@ export default { //项目研究方案号(评估标准)/中心ID/受试者ID/访视名/阅片人角色-裁判选择标记/文件名 name = `${this.$route.query.researchProgramNo}_${this.$t('trials:imageSummary:downloadname:keyImage')}_${Date.now()}.zip` row.forEach(item => { - ['QuestionMarkPictureList', 'TableQuestionRowPictureList'].forEach(key => { + ['QuestionMarkPictureList', 'TableQuestionRowPictureList', 'ReadingNoneDicomMarkPathList'].forEach(key => { if (item[key] && item[key].length > 0) { item[key].forEach(data => { ['PicturePath', 'otherPicturePath'].forEach(imgKey => {