เปลี่ยนเส้น API
This commit is contained in:
parent
0716b72297
commit
932f6240cc
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue