From 151a1100bb047a6040ca00987c765e6f2b2e9f92 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Tue, 28 Nov 2023 15:16:38 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=20field=20?= =?UTF-8?q?=E0=B8=A3=E0=B8=B2=E0=B8=A2=E0=B8=A5=E0=B8=B0=E0=B9=80=E0=B8=AD?= =?UTF-8?q?=E0=B8=B5=E0=B8=A2=E0=B8=94=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B8=A5?= =?UTF-8?q?=E0=B8=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/interface/response/Main.ts | 1 + src/views/HomeView.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/interface/response/Main.ts b/src/interface/response/Main.ts index 24b76cd..b3a1426 100644 --- a/src/interface/response/Main.ts +++ b/src/interface/response/Main.ts @@ -7,6 +7,7 @@ interface Noti { isOpen: false receiveDate: Date | null openDate: null + createdFullName: string } export type { Noti } diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index a3cae5e..a7b442c 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -55,7 +55,7 @@ async function fetchNotifications() { .then((res) => { const response = res.data.result const list: notiType[] = [] - response.map((e: Noti) => { + response.map((e: any) => { list.push({ id: e.id, sender: