fix PDF = undefined
This commit is contained in:
parent
4d4a95c2b9
commit
4f0eecfffe
15 changed files with 24 additions and 2 deletions
|
|
@ -74,6 +74,7 @@ async function fetchPDF(type: string = "docx") {
|
|||
function onClose() {
|
||||
modal.value = false;
|
||||
pdfSrc.value = undefined;
|
||||
page.value = 1
|
||||
}
|
||||
|
||||
watch(modal, () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue