This commit is contained in:
yanran200730
2022-05-10 10:00:31 +08:00
2 changed files with 3 additions and 7 deletions

View File

@@ -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) {

View File

@@ -35,8 +35,6 @@
</div>
</div>
</template>
`
<script>
export default {
name: 'setGird',
@@ -166,9 +164,10 @@ export default {
<style scoped lang="scss">
.setGird {
height: 100%;
min-height: 100vh;
background: #fff;
padding-bottom: 140px;
box-sizing: border-box;
.header-middle {
.hint {