From 4a7c02f5f20097e6566471c7c664aa91380e6cd8 Mon Sep 17 00:00:00 2001
From: luohairen <3399054449@qq.com>
Date: 星期一, 04 十一月 2024 10:47:04 +0800
Subject: [PATCH] 安排考试防抖
---
src/views/train/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/train/index.vue b/src/views/train/index.vue
index 35387a3..eab4dc2 100644
--- a/src/views/train/index.vue
+++ b/src/views/train/index.vue
@@ -33,7 +33,7 @@
</div>
</div>
- <pagination v-show="total>0" :total="total" :page.sync="queryParam.pageIndex"
+ <pagination v-show="total>0" :total="total" :page.sync="queryParam.currentPage"
:limit.sync="queryParam.pageSize"
@pagination="getList"/>
</div>
@@ -97,7 +97,7 @@
queryParam: {
status: null,
meetName: null,
- pageIndex: 1,
+ currentPage: 1,
pageSize: 10
},
total: 0,
--
Gitblit v1.8.0