From 2142466b86c5760e67f1bc69c19ef76e65fa69ec Mon Sep 17 00:00:00 2001 From: woody Date: Wed, 22 Oct 2025 17:39:59 +0800 Subject: [PATCH] =?UTF-8?q?feat(shoppingUpgrade):=20=E5=8A=A0=E8=B4=AD?= =?UTF-8?q?=E5=8D=87=E7=BA=A7=E5=8D=87=E7=BA=A7=E4=B8=93=E5=8C=BA=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E5=95=86=E5=93=81=E5=88=97=E8=A1=A8=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/marketing/shoppingUpgrade/update.vue | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/views/marketing/shoppingUpgrade/update.vue b/src/views/marketing/shoppingUpgrade/update.vue index 99042fa..789ca78 100644 --- a/src/views/marketing/shoppingUpgrade/update.vue +++ b/src/views/marketing/shoppingUpgrade/update.vue @@ -167,13 +167,7 @@ export default { setArea(val) { this.isArea = val - api - .waresList({ - specialArea: this.isArea - }) - .then((res) => { - this.allGoods = res.data - }) + this.getData() }, reduceRow(index) {