1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
035e46bacc
commit
3f0d85c4b4
|
@ -252,7 +252,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'].forEach(key => {
|
['QuestionMarkPictureList', 'TableQuestionRowPictureList', 'ReadingNoneDicomMarkPathList'].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 => {
|
||||||
|
|
Loading…
Reference in New Issue