提交 5a55bac2 编写于 作者: tao.wu's avatar tao.wu

Merge branch 'dev-followUp-20190312' of...

Merge branch 'dev-followUp-20190312' of 192.168.110.53:com.pica.cloud.education.frontend/pica.cloud.web-education-admin into dev-followUp-20190312
...@@ -105,7 +105,8 @@ ...@@ -105,7 +105,8 @@
this.$emit('continueAdd', false) this.$emit('continueAdd', false)
}, },
handleSizeChangePre(val) { handleSizeChangePre(val) {
this.paginationSet.pageSize = val this.paginationSet.pageSize = val;
this.paginationSet.pageNum = 1;
this.eachHasSelectedList = this.getPageList(this.hasSelectedList) this.eachHasSelectedList = this.getPageList(this.hasSelectedList)
}, },
handleCurrentChangePre(val) { handleCurrentChangePre(val) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册