BUG 28291
This commit is contained in:
@@ -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()
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user