no message
This commit is contained in:
parent
c9727c438b
commit
2f2ce58212
1 changed files with 1 additions and 1 deletions
|
|
@ -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}`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue