fix report org
This commit is contained in:
parent
c03bcb3928
commit
31ee3eb71d
1 changed files with 2 additions and 0 deletions
|
|
@ -78,6 +78,8 @@ async function getReport(list: string) {
|
|||
(item: DataDocument) => item.val == list
|
||||
)?.val;
|
||||
const newReport = listFind === "report2" ? "report2-history" : listFind;
|
||||
pdfSrc.value = undefined;
|
||||
numOfPages.value = 1;
|
||||
isLoadPDF.value = true;
|
||||
if (newReport) {
|
||||
await http
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue