filter dateAppoint

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-02-19 17:39:45 +07:00
parent 78de1bd91e
commit 438aa09866
4 changed files with 27 additions and 25 deletions

View file

@ -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