From 0171aec66959741b5ac61d0767d144806b52768f Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Mon, 11 Sep 2023 16:00:19 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B9=80=E0=B8=81=E0=B9=89=E0=B8=81?= =?UTF-8?q?=E0=B8=A5=E0=B8=B1=E0=B8=9A=20=E0=B9=80=E0=B8=9B=E0=B9=87?= =?UTF-8?q?=E0=B8=AF=20id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Dashboard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue index fbffd5e59..8a930a28d 100644 --- a/src/views/Dashboard.vue +++ b/src/views/Dashboard.vue @@ -91,7 +91,7 @@ const getData = async () => { let list: DataInbox[] = []; response.map((e: ResponseInbox) => { list.push({ - no: e.receiverUserId ?? "", + no: e.id ?? "", sender: e.createdFullName == "" || e.createdFullName == null ? "เจ้าหน้าที่"