From 2e45831fca4c883a7f67a06c65749c048c409ffe Mon Sep 17 00:00:00 2001
From: lohir <3399054449@qq.com>
Date: 星期四, 17 十月 2024 17:16:58 +0800
Subject: [PATCH] 班级成员管理显示班级名

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

diff --git a/src/views/exam/exam/ExamManage.vue b/src/views/exam/exam/ExamManage.vue
index 2304018..5853fb9 100644
--- a/src/views/exam/exam/ExamManage.vue
+++ b/src/views/exam/exam/ExamManage.vue
@@ -119,7 +119,7 @@
       class="flex"
       style="justify-content:center;margin-top:20px;"
     >
-      <pagination v-show="total>0" :total="total" :page.sync="searchForm.pageIndex" :limit.sync="searchForm.pageSize"
+      <pagination v-show="total>0" :total="total" :page.sync="searchForm.currentPage" :limit.sync="searchForm.pageSize"
                   @pagination="page"/>
     </div>
     <el-dialog width="500px" :title="title" @close="closeHandler" :visible.sync="open" :destroy-on-close="true"
@@ -221,7 +221,7 @@
       searchForm: {
         examName: '',
         subject: null,
-        pageIndex: 1,
+        currentPage: 1,
         pageSize: 10
       },
       tableData: []

--
Gitblit v1.8.0