BUG 29566
This commit is contained in:
@@ -52,9 +52,6 @@ export default {
|
||||
isMyGirds() {
|
||||
return !!this.$route.query.self
|
||||
},
|
||||
userGird() {
|
||||
return this.user?.gridInfo || {}
|
||||
},
|
||||
isGridMember() {
|
||||
return this.user.girdCheckType > 0
|
||||
}
|
||||
@@ -68,7 +65,7 @@ export default {
|
||||
methods: {
|
||||
getAllGrids() {
|
||||
this.slectList = []
|
||||
let {girdMemberId} = this.userGird,
|
||||
let {girdMemberId} = this.user,
|
||||
url = `/app/appgirdinfo/queryAppGirdInfoByGirdLevel`,
|
||||
params = {girdMemberId}
|
||||
if (this.isMyGirds) {
|
||||
|
||||
Reference in New Issue
Block a user