fix PDF = undefined

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-02-21 09:30:54 +07:00
parent 4d4a95c2b9
commit 4f0eecfffe
15 changed files with 24 additions and 2 deletions

View file

@ -61,6 +61,8 @@ async function fetchDataCommand(type: string) {
/** ฟังชั่นกำหนดค่าของ PDF*/
async function fetchPDF(data: any, type: string = "docx?folder=command") {
isLoadView.value = false;
pdfSrc.value = undefined;
page.value = 1;
await axios
.post(config.API.reportTemplate + `/${type}`, data, {
headers: {