Compare commits
2 Commits
aa526aad8c
...
4988155499
Author | SHA1 | Date |
---|---|---|
|
4988155499 | |
|
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