From a6456cd932a712a039d420e9f1674003b8e14d28 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Fri, 13 Mar 2026 17:01:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E9=A1=B9=E7=9B=AE=E6=8B=89=E5=8F=96?= =?UTF-8?q?=E9=80=BB=E8=BE=91=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials/trials-inspection/components/pullImage/byTrials.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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