From 00e53c4742e0fc49e21fdfc2fe582a8969c1785a Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 6 Jun 2025 16:58:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=9F=B9=E8=AE=AD=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E9=A2=84=E8=A7=88=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../setting/attachment/components/attachmentList.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/trials/trials-panel/setting/attachment/components/attachmentList.vue b/src/views/trials/trials-panel/setting/attachment/components/attachmentList.vue index 241d2ee9..9e1ce7a3 100644 --- a/src/views/trials/trials-panel/setting/attachment/components/attachmentList.vue +++ b/src/views/trials/trials-panel/setting/attachment/components/attachmentList.vue @@ -51,8 +51,8 @@ - Image @@ -224,7 +224,7 @@ export default { '.jpeg', '.png'].includes(`.${data.FileFormat.toLowerCase()}`)) { this.$nextTick(() => { - this.$refs['picture_perview2'].$viewer.show() + this.$refs['picture_perview3'].$viewer.show() }) } if (['.pdf'].includes(`.${data.FileFormat.toLowerCase()}`)) {