diff --git a/src/views/modules/marketing/points-mall/popup/commodity.vue b/src/views/modules/marketing/points-mall/popup/commodity.vue index edf4099..fb537d9 100644 --- a/src/views/modules/marketing/points-mall/popup/commodity.vue +++ b/src/views/modules/marketing/points-mall/popup/commodity.vue @@ -174,11 +174,11 @@ export default { }, handleSizeChange(val) { this.query.pageSize = val; - this.getList(); + this.queryList(); }, handleCurrentChange(val) { this.query.pageNumber = val; - this.getList(); + this.queryList(); }, Reset() { this.formList = {}; diff --git a/src/views/modules/presale/products/popup/commodity.vue b/src/views/modules/presale/products/popup/commodity.vue index edf4099..fb537d9 100644 --- a/src/views/modules/presale/products/popup/commodity.vue +++ b/src/views/modules/presale/products/popup/commodity.vue @@ -174,11 +174,11 @@ export default { }, handleSizeChange(val) { this.query.pageSize = val; - this.getList(); + this.queryList(); }, handleCurrentChange(val) { this.query.pageNumber = val; - this.getList(); + this.queryList(); }, Reset() { this.formList = {};