filter dateAppoint
This commit is contained in:
parent
78de1bd91e
commit
438aa09866
4 changed files with 27 additions and 25 deletions
|
|
@ -129,7 +129,8 @@ async function fetchDataPerson() {
|
|||
}
|
||||
|
||||
if (store.formFilter.dateAppoint) {
|
||||
queryParams.dateAppoint = store.formFilter.dateAppoint;
|
||||
queryParams.sortBy = "profile.dateAppoint";
|
||||
queryParams.sort = store.formFilter.dateAppoint;
|
||||
}
|
||||
|
||||
await http
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue