ปรับรับข้อมูล
This commit is contained in:
parent
357c4a21d1
commit
16f82fd4f1
1 changed files with 1 additions and 1 deletions
|
|
@ -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 () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue