审核之后生成PDF

This commit is contained in:
lxd 2024-10-28 15:14:23 +08:00
parent 9b48048530
commit 03497ed678

View File

@ -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