no message
This commit is contained in:
parent
ae3cee9e2a
commit
72eb47e4e5
4 changed files with 72 additions and 7 deletions
|
|
@ -216,6 +216,7 @@ function getPerson() {
|
|||
.then((res) => {
|
||||
const data = res.data.result;
|
||||
rows.value = data;
|
||||
selected.value = data; //select all
|
||||
hideLoader();
|
||||
})
|
||||
.catch((e) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue