BUG 28291
This commit is contained in:
@@ -117,7 +117,7 @@ export default {
|
|||||||
onShow() {
|
onShow() {
|
||||||
document.title = '特殊人群管理'
|
document.title = '特殊人群管理'
|
||||||
if (this.hasGridPermit) {
|
if (this.hasGridPermit) {
|
||||||
this.search.girdId = this.user.girdId
|
this.search.girdId = this.search.girdId || this.user.girdId
|
||||||
this.gridName = this.user.girdName
|
this.gridName = this.user.girdName
|
||||||
this.getDatas()
|
this.getDatas()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user