API ค้นหาคนครอง
This commit is contained in:
parent
6135443d05
commit
9efa8b890d
5 changed files with 2 additions and 6 deletions
|
|
@ -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) => ({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue