上传、下载检查详情受试者id未展示
parent
adf6bdc44a
commit
e024c6c0b1
|
@ -362,7 +362,7 @@ export default {
|
||||||
return { files, name }
|
return { files, name }
|
||||||
},
|
},
|
||||||
handleOpenDialog(item) {
|
handleOpenDialog(item) {
|
||||||
this.model_cfg.title = `${item.SubejctCode || ''}>${item.TaskBlindName}`
|
this.model_cfg.title = `${item.SubjectCode || ''}>${item.TaskBlindName}`
|
||||||
if (item.IsDicom) {
|
if (item.IsDicom) {
|
||||||
this.modelList = item.DicomStudyList
|
this.modelList = item.DicomStudyList
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -626,7 +626,7 @@ export default {
|
||||||
},
|
},
|
||||||
// 打开弹窗
|
// 打开弹窗
|
||||||
handleOpenDialog(item, list) {
|
handleOpenDialog(item, list) {
|
||||||
this.model_cfg.title = `${item.SubejctCode || ''}>${item.TaskBlindName}`
|
this.model_cfg.title = `${item.SubjectCode || ''}>${item.TaskBlindName}`
|
||||||
this.modelList = item[list]
|
this.modelList = item[list]
|
||||||
this.model_cfg.visible = true
|
this.model_cfg.visible = true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue