From 1ecb2e556b05d39cd8834a0508399ef8d95b4edf Mon Sep 17 00:00:00 2001 From: waruneeta Date: Thu, 7 Sep 2023 17:59:53 +0700 Subject: [PATCH 1/2] =?UTF-8?q?=E0=B9=80=E0=B8=9B=E0=B8=B4=E0=B8=94=20noti?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/MainLayout.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/MainLayout.vue b/src/views/MainLayout.vue index 08f2ca9a4..f7b19a81e 100644 --- a/src/views/MainLayout.vue +++ b/src/views/MainLayout.vue @@ -211,7 +211,7 @@ const activeBtn = () => { * ยังจับ boolean ผิด จึงต้อง set */ onMounted(async () => { - // await getDataNotification(); + await getDataNotification(); myEventHandler(null, false); window.addEventListener("resize", (e: any) => { myEventHandler(e, true); From bb1997e1b05613dde98a4c38349f79dd6ad91ef4 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Thu, 7 Sep 2023 18:08:44 +0700 Subject: [PATCH 2/2] =?UTF-8?q?validate=20=E0=B9=81=E0=B8=9A=E0=B8=9A?= =?UTF-8?q?=E0=B8=AA=E0=B9=8D=E0=B8=B2=E0=B8=A3=E0=B8=A7=E0=B8=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/probation/SummarySurvey.vue | 209 ++++++++++-------- 1 file changed, 117 insertions(+), 92 deletions(-) diff --git a/src/modules/05_placement/components/probation/SummarySurvey.vue b/src/modules/05_placement/components/probation/SummarySurvey.vue index 520aac35e..e135138f6 100644 --- a/src/modules/05_placement/components/probation/SummarySurvey.vue +++ b/src/modules/05_placement/components/probation/SummarySurvey.vue @@ -1,5 +1,5 @@