Compare commits

..

No commits in common. "ccc2cdc0504a7d2208655cadec69a7afdc4e798c" and "ff37e3a1275c77bf79010898a3143f997c48d731" have entirely different histories.

1 changed files with 7 additions and 1 deletions

View File

@ -167,7 +167,13 @@ export default {
setArea(val) {
this.isArea = val
this.getData()
api
.waresList({
specialArea: this.isArea
})
.then((res) => {
this.allGoods = res.data
})
},
reduceRow(index) {