fix bug add

This commit is contained in:
Warunee Tamkoo 2023-07-26 01:06:35 +07:00
parent d035692f44
commit 4c9d1cf6bb

View file

@ -62,8 +62,7 @@ const fecthlist = async (id: any) => {
await http
.get(config.API.listRetire(id))
.then((res: any) => {
// console.log(res);
retireld.value = res.data.result.id;
// retireld.value = res.data.result.id;
rows.value = res.data.result.map((e: any) => ({
id: e.id,
profileId: e.profileId,