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,