From 16f82fd4f1d9f031848a24b852dbe4be35ecb22a Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Tue, 5 Nov 2024 09:21:49 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=E0=B8=A3?= =?UTF-8?q?=E0=B8=B1=E0=B8=9A=E0=B8=82=E0=B9=89=E0=B8=AD=E0=B8=A1=E0=B8=B9?= =?UTF-8?q?=E0=B8=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/05_placement/components/probation/FormAssign.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/05_placement/components/probation/FormAssign.vue b/src/modules/05_placement/components/probation/FormAssign.vue index db26fcc87..224e3f376 100644 --- a/src/modules/05_placement/components/probation/FormAssign.vue +++ b/src/modules/05_placement/components/probation/FormAssign.vue @@ -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 () => {