修复异常

This commit is contained in:
aixianling
2022-03-16 18:30:47 +08:00
parent f39a19d57c
commit 6217beef1c

View File

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