fix(retire-old):resetFilter
This commit is contained in:
parent
e08e0e7da2
commit
4bf8daf8dc
1 changed files with 6 additions and 0 deletions
|
|
@ -183,6 +183,12 @@ function resetFilter() {
|
||||||
firstNameTH: "",
|
firstNameTH: "",
|
||||||
lastNameTH: "",
|
lastNameTH: "",
|
||||||
};
|
};
|
||||||
|
pagination.value = {
|
||||||
|
page: 1,
|
||||||
|
rowsPerPage: 25,
|
||||||
|
rowsNumber: 0,
|
||||||
|
};
|
||||||
|
rows.value = [];
|
||||||
}
|
}
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue