This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-02-06 11:44:04 +07:00
parent 09d812a1f6
commit 86c6bcc4cf

View file

@ -258,6 +258,7 @@ function close() {
modal.value = false;
member.value = "";
selected.value = [];
rowsDirector.value = [];
}
function updatePagination(newPagination: any) {
@ -324,13 +325,13 @@ async function getPerson() {
);
totalList.value = Math.ceil(dataTotal / pagination.value.rowsPerPage);
total.value = dataTotal;
hideLoader();
})
.catch((e) => {
messageError($q, e);
hideLoader();
})
.finally(() => {});
.finally(() => {
hideLoader();
});
}
function onDelete(id: string) {