diff --git a/src/views/map/index.vue b/src/views/map/index.vue
index 7f41d02..e3e0443 100644
--- a/src/views/map/index.vue
+++ b/src/views/map/index.vue
@@ -162,7 +162,7 @@
>
-
+
0) {
+ if (item.label === '消防管控') {
+ if (e.label === '消防救援队') {
+ return !(this.CORP_INFO_ID && this.CORP_INFO_ID !== '')
+ }
+ if (e.label !== '消防救援队') {
+ return (this.CORP_INFO_ID && this.CORP_INFO_ID !== '')
+ }
+ }
+ }
const CORP_INFO_ID = this.CORP_INFO_ID
- if (containAuthorization.length === 0) return true
- if (containAuthorization.includes(CORP_INFO_ID)) {
+ if (e.containAuthorization.length === 0) return true
+ if (e.containAuthorization.includes(CORP_INFO_ID)) {
return true
} else {
return false