เปลี่ยนเส้น API

This commit is contained in:
setthawutttty 2024-10-29 09:34:56 +07:00
parent 0716b72297
commit 932f6240cc
2 changed files with 2 additions and 2 deletions

View file

@ -313,9 +313,8 @@ const filterOption = ref<any[]>([
*/
async function fecthlistperson(id: string = "") {
showLoader();
http
.get(config.API.registryNew(""), { params: formFilter })
.get(config.API.registryNewOtherSystem(""), { params: formFilter })
.then((res) => {
maxPage.value = Math.ceil(res.data.result.total / formFilter.pageSize);
total.value = res.data.result.total;