This commit is contained in:
shijingjing
2022-03-07 11:18:47 +08:00
parent 4268139548
commit bad4536544

View File

@@ -88,7 +88,6 @@ export default {
this.getList() this.getList()
}, },
changeArea(e) { changeArea(e) {
console.log(e);
this.areaId = e this.areaId = e
this.getList() this.getList()
}, },