fix PDF = undefined
This commit is contained in:
parent
4d4a95c2b9
commit
4f0eecfffe
15 changed files with 24 additions and 2 deletions
|
|
@ -121,6 +121,7 @@ function onSelectedNode(id: string, level: number) {
|
|||
async function onUpdateFilter() {
|
||||
isLoadPDF.value = true;
|
||||
pdfSrc.value = undefined;
|
||||
page.value = 1;
|
||||
if (nodeId) {
|
||||
const body = {
|
||||
nodeId: nodeId.value,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue