fix insignia

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-01-24 16:46:45 +07:00
parent b9af3e956a
commit 122811b2cf

View file

@ -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;