fix: total not update on change tab
This commit is contained in:
parent
65e0bd8d69
commit
3648a6f4e8
1 changed files with 1 additions and 0 deletions
|
|
@ -277,6 +277,7 @@ async function fetchQuotationList() {
|
|||
if (ret) {
|
||||
quotationData.value = ret.result;
|
||||
quotationPageMax.value = Math.ceil(ret.total / quotationPageSize.value);
|
||||
pageState.total = ret.total;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue