Merge branch 'bd-dev' of http://47.94.45.65:3000/angelo/web-base-admin into bd-test
This commit is contained in:
commit
ccc2cdc050
|
@ -167,13 +167,7 @@ export default {
|
||||||
|
|
||||||
setArea(val) {
|
setArea(val) {
|
||||||
this.isArea = val
|
this.isArea = val
|
||||||
api
|
this.getData()
|
||||||
.waresList({
|
|
||||||
specialArea: this.isArea
|
|
||||||
})
|
|
||||||
.then((res) => {
|
|
||||||
this.allGoods = res.data
|
|
||||||
})
|
|
||||||
},
|
},
|
||||||
|
|
||||||
reduceRow(index) {
|
reduceRow(index) {
|
||||||
|
|
Loading…
Reference in New Issue