Commit 42559b8a authored by 张伯涛's avatar 张伯涛

参数修改

parent 1b7bd109
......@@ -33,7 +33,7 @@
<div class="pagination">
<el-pagination
v-show="total>0"
:current-page="queryParams.pageNum"
:current-page="queryParams.page"
:page-sizes="[12]"
:page-size="queryParams.pageSize"
layout="total, sizes, prev, pager, next, jumper"
......@@ -56,7 +56,7 @@ export default {
baseUrl: process.env.VUE_APP_BASE_API,
queryParams: {
userId: store.getters.businessId,
pageNum: 1,
page: 1,
pageSize: 12
},
total: 0,
......@@ -93,7 +93,7 @@ export default {
})
},
currentChange(page) {
this.queryParams.pageNum = page
this.queryParams.page = page
this.getPclessonbrowse()
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment