Compare commits

..

2 Commits

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