Browse Source

数据看板权限

release/epdc
mk 2 years ago
parent
commit
db321ec1a5
  1. 4
      src/views/main-navbar.vue

4
src/views/main-navbar.vue

@ -140,13 +140,13 @@ export default {
// if (res.data.gridId !== 0) { // if (res.data.gridId !== 0) {
// this.isShowBnt = false; // this.isShowBnt = false;
// } else { // } else {
this.streetId = res.data.streetId ? res.data.streetId : ''; this.streetId = res.data.streetId ? res.data.streetId : '';
this.communityId = res.data.communityId ? res.data.communityId : ''; this.communityId = res.data.communityId ? res.data.communityId : '';
if (!this.streetId) { if (!this.streetId) {
console.log(this.streetId);
this.isShibei = true this.isShibei = true
}else{ }else{
this.isShowBnt = false; // this.isShowBnt = false;
} }
// } // }
}) })

Loading…
Cancel
Save