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);