返乡登记 网格选择bug
This commit is contained in:
@@ -102,13 +102,16 @@ export default {
|
||||
return qs.parse(decodeURIComponent(location.search))
|
||||
}
|
||||
},
|
||||
onLoad() {
|
||||
this.isGirdUser()
|
||||
},
|
||||
onShow() {
|
||||
document.title = '返乡登记'
|
||||
this.isGirdUser()
|
||||
},
|
||||
methods: {
|
||||
...mapActions(['injectJWeixin', 'wxInvoke']),
|
||||
confirmSelect(v) {
|
||||
console.log(v)
|
||||
this.girdId = v?.[0].id
|
||||
this.girdName = v?.[0].girdName
|
||||
this.getListInit()
|
||||
|
||||
Reference in New Issue
Block a user