fix insignia
This commit is contained in:
parent
b9af3e956a
commit
122811b2cf
1 changed files with 3 additions and 1 deletions
|
|
@ -360,7 +360,9 @@ const filterOption = ref<OptionData[]>([
|
|||
async function fecthlistperson() {
|
||||
showLoader();
|
||||
http
|
||||
.get(config.API.registryNewOtherSystem(""), { params: formFilter })
|
||||
.get(config.API.registryNewOtherSystem(""), {
|
||||
params: { ...formFilter, nodeId: organization.value },
|
||||
})
|
||||
.then((res) => {
|
||||
maxPage.value = Math.ceil(res.data.result.total / formFilter.pageSize);
|
||||
total.value = res.data.result.total;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue