显示名称

This commit is contained in:
aixianling
2022-03-16 15:07:06 +08:00
parent 01b4e39dd7
commit 252d9c30d3

View File

@@ -96,7 +96,7 @@ export default {
statisticsList: [],
statisticsListMon: [],
userList: [],
gridName: "请选择",
gridName: "",
search: {name: ''}
}
},
@@ -111,6 +111,7 @@ export default {
document.title = '特殊人群管理'
if (this.hasGridPermit) {
this.search.girdId = this.user.girdId
this.gridName = this.user.girdName
this.getDatas()
}
},