From 05bcb982dd6aafa2c10434967ef573aba5d7e9dc Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Tue, 16 Jun 2026 13:30:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=B1=E5=83=8F=E6=B1=87=E6=80=BB=E5=85=B3?= =?UTF-8?q?=E9=94=AE=E5=9B=BE=E4=B8=8B=E8=BD=BD=E5=8F=AF=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E5=88=86=E5=89=B2=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../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 3dce0dbf..15fc925e 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 @@ -70,10 +70,10 @@ @@ -286,7 +286,7 @@ export default { //项目研究方案号(评估标准)/中心ID/受试者ID/访视名/阅片人角色-裁判选择标记/文件名 name = `${this.$route.query.researchProgramNo}_${this.$t('trials:imageSummary:downloadname:keyImage')}_${Date.now()}.zip` row.forEach(item => { - ['QuestionMarkPictureList', 'TableQuestionRowPictureList', 'ReadingNoneDicomMarkPathList'].forEach(key => { + ['QuestionMarkPictureList', 'TableQuestionRowPictureList', 'ReadingNoneDicomMarkPathList', 'SegmentationFileList'].forEach(key => { if (item[key] && item[key].length > 0) { item[key].forEach(data => { ['PicturePath', 'otherPicturePath'].forEach(imgKey => {