แก้รายการลา

This commit is contained in:
setthawutttty 2025-04-01 09:49:06 +07:00
parent 7fa0a1b11d
commit 5d165e8610
3 changed files with 23 additions and 22 deletions

View file

@ -173,6 +173,7 @@ export const useLeavelistDataStore = defineStore("leave", () => {
dataToobar.value = val.map((e: any) => ({
id: e.id,
name: e.name,
code:e.code
}));
}