fix bug
This commit is contained in:
parent
ce4b8e1c4a
commit
ce19411e38
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ const { showLoader, hideLoader, messageError, date2Thai, dialogConfirm } =
|
|||
|
||||
const filterKeyword = ref<string>("");
|
||||
|
||||
const rows = ref<any>();
|
||||
const rows = ref<any[]>([]);
|
||||
|
||||
const year = ref<number>(new Date().getFullYear());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue