diff --git a/src/pages/05_quotation/MainPage.vue b/src/pages/05_quotation/MainPage.vue index b8002aea..acb1e042 100644 --- a/src/pages/05_quotation/MainPage.vue +++ b/src/pages/05_quotation/MainPage.vue @@ -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; } }