fix(leaveHistory): params
This commit is contained in:
parent
fd717bbf49
commit
ba09c07dab
2 changed files with 6 additions and 4 deletions
|
|
@ -131,9 +131,7 @@ async function fetchDataPerson() {
|
|||
system: (route.meta?.Key as string) || undefined,
|
||||
},
|
||||
{
|
||||
params: {
|
||||
...params.value,
|
||||
},
|
||||
params: params.value,
|
||||
}
|
||||
);
|
||||
const result = res.data.result;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue