From 03497ed678b3d9e5198d77297597bb7bc677894d Mon Sep 17 00:00:00 2001 From: lxd <1004405501@qq.com> Date: Mon, 28 Oct 2024 15:14:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E4=B9=8B=E5=90=8E=E7=94=9F?= =?UTF-8?q?=E6=88=90PDF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dicomForm/dicomViewForm.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/dicomForm/dicomViewForm.vue b/src/views/dicomForm/dicomViewForm.vue index 981c63e4..c45d0423 100644 --- a/src/views/dicomForm/dicomViewForm.vue +++ b/src/views/dicomForm/dicomViewForm.vue @@ -418,7 +418,8 @@ const examine = async () => { const response = await PatientexamlistApi.examine(ID.toString()) if (response) { message.alertSuccess('审核成功') - getPatientexamlist(ID) + await getPatientexamlist(ID) + exportPdfToBase64() emit('success') } } else if (applyFormVO.value.reportstatus === '已审核') { @@ -716,7 +717,7 @@ const getPatientexamlist = async (id: number) => { } else { savedisabled.value = true } - exportPdfToBase64() + } defineExpose({ open }) // 提供 open 方法,用于打开弹窗