fix: Index missing
This commit is contained in:
parent
6b877d44f1
commit
e863ed2580
1 changed files with 1 additions and 0 deletions
|
|
@ -128,6 +128,7 @@ const { pdf, pages } = usePDF(computed(() => currentFile.value?.url));
|
|||
file.push({
|
||||
group: dropdownList?.[i].value || 'other',
|
||||
});
|
||||
currentIndex = file.length - 1;
|
||||
}
|
||||
browse();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue