@@ -168,7 +168,7 @@ export default {
this.app = app
let getItem = () => {
- return this.$service.product.list({ classId: this.classId, showPage:1})
+ return this.$service.product.list({ classId: this.classId, page: 1, pageSize: 20 })
}
ctx.service({
page: getItem