From f8e01819a747c0615ad047a39a93ecd72684b635 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期三, 16 十月 2024 09:40:15 +0800
Subject: [PATCH] 班级管理恢复解散点击无效问题

---
 src/views/exam/exam/monitor.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/exam/exam/monitor.vue b/src/views/exam/exam/monitor.vue
index 90695bb..85e9df4 100644
--- a/src/views/exam/exam/monitor.vue
+++ b/src/views/exam/exam/monitor.vue
@@ -44,7 +44,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">
@@ -79,7 +79,7 @@
       listLoading: true,
       queryParam: {
         examId: '',
-        pageIndex: 1,
+        currentPage: 1,
         pageSize: 10
       },
       formLoading: false,

--
Gitblit v1.8.0