From c473d6a6149d4e1d9153c886f550af87e76b77c3 Mon Sep 17 00:00:00 2001 From: lzhizhao <790086754@qq.com> Date: Wed, 9 Jul 2025 00:09:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A4=84=E7=90=86=E5=88=86=E9=A1=B5?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/marketing/points-mall/popup/commodity.vue | 4 ++-- src/views/modules/presale/products/popup/commodity.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 = {};