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,