fix Map
This commit is contained in:
parent
4340eb5e02
commit
d9eb9c7e8b
3 changed files with 21 additions and 21 deletions
|
|
@ -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()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue