From 1633c6e3f8027fe2f13a9922e41aeca70991b9db Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Fri, 13 Mar 2026 17:24:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E6=82=A3=E8=80=85=E6=8B=89=E5=8F=96?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=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/byPatient.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/trials/trials-inspection/components/pullImage/byPatient.vue b/src/views/trials/trials-inspection/components/pullImage/byPatient.vue index d9dc6c7..c63b2ef 100644 --- a/src/views/trials/trials-inspection/components/pullImage/byPatient.vue +++ b/src/views/trials/trials-inspection/components/pullImage/byPatient.vue @@ -707,7 +707,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(