显示名称
This commit is contained in:
@@ -96,7 +96,7 @@ export default {
|
|||||||
statisticsList: [],
|
statisticsList: [],
|
||||||
statisticsListMon: [],
|
statisticsListMon: [],
|
||||||
userList: [],
|
userList: [],
|
||||||
gridName: "请选择",
|
gridName: "",
|
||||||
search: {name: ''}
|
search: {name: ''}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -111,6 +111,7 @@ export default {
|
|||||||
document.title = '特殊人群管理'
|
document.title = '特殊人群管理'
|
||||||
if (this.hasGridPermit) {
|
if (this.hasGridPermit) {
|
||||||
this.search.girdId = this.user.girdId
|
this.search.girdId = this.user.girdId
|
||||||
|
this.gridName = this.user.girdName
|
||||||
this.getDatas()
|
this.getDatas()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user