This commit is contained in:
woody 2025-10-22 17:40:14 +08:00
commit ccc2cdc050
1 changed files with 1 additions and 7 deletions

View File

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