From abbe8408d07e4f1ac5e7a96e20638f346338cc3a Mon Sep 17 00:00:00 2001 From: k94314517 <8417338+k94314517@user.noreply.gitee.com> Date: 星期一, 14 四月 2025 10:35:38 +0800 Subject: [PATCH] 111 --- admin/src/components/base/BasePageTemp.vue | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/admin/src/components/base/BasePageTemp.vue b/admin/src/components/base/BasePageTemp.vue index af01469..85784ce 100644 --- a/admin/src/components/base/BasePageTemp.vue +++ b/admin/src/components/base/BasePageTemp.vue @@ -1,5 +1,5 @@ <script> -import Pagination from '@/components/common/Pagination' +import Pagination from '@/components/common/Paginations' import QueryForm from '@/components/common/QueryForm' export default { name: 'BasePageTemp', @@ -7,7 +7,7 @@ Pagination, QueryForm, }, - data () { + data() { return { loading: false, pagination: { @@ -21,11 +21,13 @@ } }, methods: { - getList(){}, + getList() { }, clear() { this.filters = {} this.pagination.pageSize = 10 this.pagination.page = 1 + console.log('-----'); + this.getList() }, handleSizeChange(capacity) { -- Gitblit v1.9.3