From f5b301d2eca402b35562e7faa8ede6cd1800b1d6 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 17 Mar 2022 09:31:57 +0800 Subject: [PATCH] BUG 28291 --- src/apps/AppSpecialPeople/AppSpecialPeople.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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() } },