This commit is contained in:
liuye
2022-03-04 17:21:51 +08:00
parent b8edbf0b02
commit 2f45563668

View File

@@ -127,7 +127,7 @@ export default {
uni.navigateTo({ url: `./DetailPeople?id=${item.id}&type=1` }) uni.navigateTo({ url: `./DetailPeople?id=${item.id}&type=1` })
}, },
seachObj(e) { areaSelect(e) {
this.areaId = e this.areaId = e
this.getListInit() this.getListInit()
}, },