From 19fd7785705f30d25c6c8e44b9356cc585af68cd Mon Sep 17 00:00:00 2001 From: k94314517 <8417338+k94314517@user.noreply.gitee.com> Date: 星期三, 19 三月 2025 14:26:41 +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