API ค้นหาคนครอง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-03-15 14:49:20 +07:00
parent 6135443d05
commit 9efa8b890d
5 changed files with 2 additions and 6 deletions

View file

@ -293,7 +293,7 @@ async function searchData() {
keyword: formData.personal, //
};
await http
.post(config.API.orgSearchProfile, reqBody)
.post(config.API.orgSearchProfileEmp, reqBody)
.then((res) => {
totalPage.value = Math.ceil(res.data.result.total / pageSize.value);
const list = res.data.result.data.map((e: SelectPerson) => ({