This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-04-29 13:39:20 +07:00
parent ce4b8e1c4a
commit ce19411e38

View file

@ -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());