影像汇总关键图下载可下载分割文件
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2026-06-16 13:30:41 +08:00
parent af62056962
commit 05bcb982dd
1 changed files with 3 additions and 3 deletions

View File

@ -286,7 +286,7 @@ export default {
//()/ID/ID/访/-/ //()/ID/ID/访/-/
name = `${this.$route.query.researchProgramNo}_${this.$t('trials:imageSummary:downloadname:keyImage')}_${Date.now()}.zip` name = `${this.$route.query.researchProgramNo}_${this.$t('trials:imageSummary:downloadname:keyImage')}_${Date.now()}.zip`
row.forEach(item => { row.forEach(item => {
['QuestionMarkPictureList', 'TableQuestionRowPictureList', 'ReadingNoneDicomMarkPathList'].forEach(key => { ['QuestionMarkPictureList', 'TableQuestionRowPictureList', 'ReadingNoneDicomMarkPathList', 'SegmentationFileList'].forEach(key => {
if (item[key] && item[key].length > 0) { if (item[key] && item[key].length > 0) {
item[key].forEach(data => { item[key].forEach(data => {
['PicturePath', 'otherPicturePath'].forEach(imgKey => { ['PicturePath', 'otherPicturePath'].forEach(imgKey => {