refactor: update stats #234
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 5s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 5s
This commit is contained in:
parent
d1785faed2
commit
90f31a0c87
1 changed files with 1 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ async function fetchTaskOrderList(opts?: { page?: number; pageSize?: number }) {
|
|||
});
|
||||
}
|
||||
if (res) {
|
||||
taskOrderStore.getTaskOrderStats();
|
||||
data.value = res.result;
|
||||
pageState.total = res.total;
|
||||
pageMax.value = Math.ceil(res.total / pageSize.value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue