ปรับ Code การลาลงเวลา

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-11-25 13:18:11 +07:00
parent d150dedb81
commit 99419877c4
42 changed files with 123 additions and 148 deletions

View file

@ -62,7 +62,7 @@ export const useRoundDataStore = defineStore("roundWorkStore", () => {
* Function API map
* @param data API
*/
function fetchData(data: dataRowRound[]) {
async function fetchData(data: dataRowRound[]) {
let datalist: roundShow[] = data.map((e: dataRowRound) => {
return {
id: e.id,