From dc9f8e4f724ade3d29bdf0e4e68fd8c3c815bb77 Mon Sep 17 00:00:00 2001
From: lohir <3399054449@qq.com>
Date: 星期三, 16 十月 2024 09:57:55 +0800
Subject: [PATCH] bug
---
src/views/education/cheat/list.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/education/cheat/list.vue b/src/views/education/cheat/list.vue
index 147ae49..fbece1e 100644
--- a/src/views/education/cheat/list.vue
+++ b/src/views/education/cheat/list.vue
@@ -19,7 +19,7 @@
</template>
</el-table-column> -->
</el-table>
- <pagination v-show="total > 0" :total="total" :page.sync="queryParam.pageIndex" :limit.sync="queryParam.pageSize"
+ <pagination v-show="total > 0" :total="total" :page.sync="queryParam.currentPage" :limit.sync="queryParam.pageSize"
@pagination="search" />
<el-dialog :visible.sync="visible" width="400px">
@@ -53,7 +53,7 @@
listLoading: true,
queryParam: {
name: '',
- pageIndex: 1,
+ currentPage: 1,
pageSize: 10
},
formLoading: false,
--
Gitblit v1.8.0