Merge branch 'nice_dev' into develop
This commit is contained in:
commit
799cd7ce08
3 changed files with 12 additions and 1 deletions
|
|
@ -141,6 +141,13 @@ function onClickShowFilter() {
|
|||
}
|
||||
|
||||
function onclickSearch() {
|
||||
isShowFilter.value = true;
|
||||
isShowBtnFilter.value = false;
|
||||
if (isShowFilter.value) {
|
||||
fetchType();
|
||||
fetchLevel();
|
||||
fetchYearOption();
|
||||
}
|
||||
formFilter.keyword = formFilter.keyword === null ? "" : formFilter.keyword;
|
||||
fetchDataPerson();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue