calendar รายการลา

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-12-07 18:01:37 +07:00
parent 8eca4d1650
commit 6d12f50399
4 changed files with 160 additions and 256 deletions

View file

@ -103,6 +103,7 @@ async function fetchOption() {
.get(config.API.leaveType())
.then((res) => {
const data = res.data.result;
leaveStore.leaveType = data;
optionTypeMain.value = [
{ id: "00000000-0000-0000-0000-000000000000", name: "ทั้งหมด" },
];