This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-05-15 09:57:13 +07:00
parent 4340eb5e02
commit d9eb9c7e8b
3 changed files with 21 additions and 21 deletions

View file

@ -42,6 +42,7 @@ async function changePage(pageVal: number, pageSizeVal: number, key: string) {
* งกนสำหรบดงขอมลตามประเภทแทบทเลอก
*/
async function functionFetch() {
stores.rows = []
stores.tab === 'history' ? await fetchlistHistory() : await fetchlistTime()
}