no message

This commit is contained in:
Kittapath 2023-10-18 20:08:16 +07:00
parent c9727c438b
commit 2f2ce58212

View file

@ -474,7 +474,7 @@ const fetchData = async () => {
.then((res) => {
const data = res.data.result;
rows.value = [];
data.map((r: any) => {
data.data.map((r: any) => {
rows.value.push({
id: r.id,
fullname: `${r.prefixName}${r.firstName} ${r.lastName}`,