fix PDF = undefined
This commit is contained in:
parent
4d4a95c2b9
commit
4f0eecfffe
15 changed files with 24 additions and 2 deletions
|
|
@ -195,6 +195,8 @@ function fetchReport() {
|
|||
* @param data ข้อมูลบัญชีวันลา
|
||||
*/
|
||||
function genPDf(data: ResReport) {
|
||||
pdfSrc.value = undefined;
|
||||
page.value = 1;
|
||||
showLoader();
|
||||
axios
|
||||
.post(config.API.reportTemplate + `/docx`, data, {
|
||||
|
|
@ -429,7 +431,7 @@ function onCloseModal() {
|
|||
* function fetch รายชื่อข้อมูลทะเบียนประวัติ
|
||||
*/
|
||||
function fetchListPerson() {
|
||||
rowsPerson.value = []
|
||||
rowsPerson.value = [];
|
||||
showLoader();
|
||||
let queryParams = {
|
||||
page: formFilter.page,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue