diff --git a/src/apps/AppSpecialPeople/AppSpecialPeople.vue b/src/apps/AppSpecialPeople/AppSpecialPeople.vue index 9b624b36..f200c18b 100644 --- a/src/apps/AppSpecialPeople/AppSpecialPeople.vue +++ b/src/apps/AppSpecialPeople/AppSpecialPeople.vue @@ -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() } },