diff --git a/src/views/trials/trials-inspection/components/pullImage/byTrials.vue b/src/views/trials/trials-inspection/components/pullImage/byTrials.vue index 0b5da88..2388784 100644 --- a/src/views/trials/trials-inspection/components/pullImage/byTrials.vue +++ b/src/views/trials/trials-inspection/components/pullImage/byTrials.vue @@ -718,7 +718,7 @@ export default { openGroup(row, type = 1) { this.currentData = row this.groupStatus = type - if (row) { + if (Object.keys(row).length !== 0) { this.hospitalGroupList = row.CurrentUserHospitalGroupList } else { this.hospitalGroupList = this.multipleSelection[0].CurrentUserHospitalGroupList