ปรับรับข้อมูล

This commit is contained in:
setthawutttty 2024-11-05 09:21:49 +07:00
parent 357c4a21d1
commit 16f82fd4f1

View file

@ -430,7 +430,7 @@ async function postDateTime() {
})
.then(async (res) => {
const result = res.data;
date_finish.value = result.data.finish_date;
date_finish.value = result.result.finish_date;
})
.catch((e) => {})
.finally(async () => {