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