修复后台分页刷新并优化财务查询
This commit is contained in:
@@ -404,7 +404,7 @@ function defaultEndDate() {
|
||||
v-model:current-page="currentPage"
|
||||
v-model:page-size="currentPageSize"
|
||||
:total="total"
|
||||
@change="handlePageChange"
|
||||
@page-change="handlePageChange"
|
||||
/>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -673,7 +673,7 @@ function accountTypeLabel(type: string) {
|
||||
v-model:current-page="currentPage"
|
||||
v-model:page-size="currentPageSize"
|
||||
:total="total"
|
||||
@change="loadItems"
|
||||
@page-change="loadItems"
|
||||
/>
|
||||
</section>
|
||||
|
||||
|
||||
@@ -405,7 +405,7 @@ function statusType(status: string): 'success' | 'danger' {
|
||||
v-model:current-page="currentPage"
|
||||
v-model:page-size="currentPageSize"
|
||||
:total="total"
|
||||
@change="loadItems"
|
||||
@page-change="loadItems"
|
||||
/>
|
||||
</section>
|
||||
|
||||
|
||||
@@ -356,7 +356,7 @@ function jsonText(value: unknown) {
|
||||
v-model:current-page="currentPage"
|
||||
v-model:page-size="currentPageSize"
|
||||
:total="total"
|
||||
@change="handlePageChange"
|
||||
@page-change="handlePageChange"
|
||||
/>
|
||||
</section>
|
||||
|
||||
|
||||
@@ -267,7 +267,7 @@ function directionLabel(direction: string) {
|
||||
v-model:current-page="currentPage"
|
||||
v-model:page-size="currentPageSize"
|
||||
:total="total"
|
||||
@change="handlePageChange"
|
||||
@page-change="handlePageChange"
|
||||
/>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
@@ -469,7 +469,7 @@ function money(cent: number | undefined | null) {
|
||||
v-model:current-page="currentPage"
|
||||
v-model:page-size="pageSize"
|
||||
:total="total"
|
||||
@change="loadWithdrawals"
|
||||
@page-change="loadWithdrawals"
|
||||
/>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user