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) {