审核之后生成PDF
This commit is contained in:
parent
9b48048530
commit
03497ed678
@ -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 方法,用于打开弹窗
|
||||
|
Loading…
Reference in New Issue
Block a user