no message

This commit is contained in:
setthawutttty 2024-10-21 13:52:29 +07:00
parent ae3cee9e2a
commit 72eb47e4e5
4 changed files with 72 additions and 7 deletions

View file

@ -216,6 +216,7 @@ function getPerson() {
.then((res) => {
const data = res.data.result;
rows.value = data;
selected.value = data; //select all
hideLoader();
})
.catch((e) => {