fix fetch
This commit is contained in:
parent
57feaaa210
commit
2226b7d135
1 changed files with 2 additions and 0 deletions
|
|
@ -286,6 +286,8 @@ async function getPersonList() {
|
|||
position.value = data.positionDetail;
|
||||
rows.value = data.commandRecives;
|
||||
rowsMain.value = data.commandRecives;
|
||||
|
||||
onSearchData();
|
||||
})
|
||||
.catch((e) => {
|
||||
messageError($q, e);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue