fix bug add
This commit is contained in:
parent
d035692f44
commit
4c9d1cf6bb
1 changed files with 1 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue