当PM只有一个课题组时,拉取影像时,不需要选择课题组
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-09-09 14:56:55 +08:00
parent c8c64946a0
commit c34200db19
1 changed files with 8 additions and 2 deletions

View File

@ -686,14 +686,20 @@ export default {
this.group_model.title = this.$t('trials:inspection:dialogTitle:collect')
} else {
this.group_model.title = this.$t('trials:inspection:dialogTitle:pull')
if (this.hospitalGroupList.length === 1) {
this.form.HospitalGroupIdList = [this.hospitalGroupList[0].Id]
return this.pullImage()
}
}
this.group_model.visible = true
},
// pacs
async pullImage() {
try {
if (this.$refs.groupFrom) {
let validate = await this.$refs.groupFrom.validate()
if (!validate) return false
}
if (this.groupStatus === 1) return this.handleSaveGroup()
let row = this.currentData
let data = {