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 ? "เจ้าหน้าที่"