特殊人群

This commit is contained in:
liuye
2024-07-09 16:30:40 +08:00
parent e08fcafa6b
commit e29c5e5695
11 changed files with 674 additions and 56 deletions

View File

@@ -99,17 +99,16 @@ export default {
computed: {
...mapState(['user']),
hasGridPermit() {
return this.user.girdCheckType != 0
return this.user.girdInfos2G && this.user.girdInfos2G.length
},
isAdmin() {
return this.user.girdCheckType == 2
return this.user.girdInfos2G && this.user.girdInfos2G.length
},
},
created() {
this.$dict.load('appSpecialTypeFive')
},
onShow() {
document.title = '特殊人群管理'
if (this.hasGridPermit) {
if (!this.search.girdId) {
this.search.girdId = this.user.girdId