From 130af3db46d5efdbf507ee0c345ce7e9ec0438fe Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Fri, 13 Mar 2026 17:10:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=89=E5=8F=96=E6=95=B0=E6=8D=AE=E6=9B=B4?= =?UTF-8?q?=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 2388784..dc3201c 100644 --- a/src/views/trials/trials-inspection/components/pullImage/byTrials.vue +++ b/src/views/trials/trials-inspection/components/pullImage/byTrials.vue @@ -742,7 +742,7 @@ export default { HospitalGroupIdList: this.form.HospitalGroupIdList // studyIDList: [row.StudyID], } - if (row) { + if (Object.keys(row).length !== 0) { data.StudyInstanceUIDList = [row.StudyInstanceUID] } else { data.StudyInstanceUIDList = this.multipleSelection.map(