BUG 28291

This commit is contained in:
aixianling
2022-03-17 09:31:57 +08:00
parent 1c556c1531
commit f5b301d2ec

View File

@@ -117,8 +117,10 @@ export default {
onShow() {
document.title = '特殊人群管理'
if (this.hasGridPermit) {
if (!this.search.girdId) this.search.girdId = this.user.girdId
this.gridName = this.user.girdName
if (!this.search.girdId) {
this.search.girdId = this.user.girdId
this.gridName = this.user.girdName
}
this.getDatas()
}
},