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) {
// this.isShowBnt = false;
// } else {
this.streetId = res.data.streetId ? res.data.streetId : '';
this.communityId = res.data.communityId ? res.data.communityId : '';
if (!this.streetId) {
console.log(this.streetId);
this.isShibei = true
}else{
this.isShowBnt = false;
// this.isShowBnt = false;
}
// }
})

Loading…
Cancel
Save