fix bug ทดลองงาน

This commit is contained in:
Warunee Tamkoo 2023-09-08 18:09:27 +07:00
parent 843a4b4426
commit 8e3f6a99ca

View file

@ -103,6 +103,7 @@ const fecthResult = async (id: string) => {
director2_dated.value = await data.director2_dated; director2_dated.value = await data.director2_dated;
status.value = false; status.value = false;
action.value = "edit"; action.value = "edit";
expand_month.value = data.expand_month;
} }
}) })
.catch((e) => {}); .catch((e) => {});