dai 3 years ago
parent
commit
1e737993aa
  1. 8
      src/views/modules/visual/command/index.vue

8
src/views/modules/visual/command/index.vue

@ -16,8 +16,6 @@
</div>
</div>
<people v-if="orgLevel === 'people'" :uid="selUserId" />
<div class="g-cnt">
<div class="m-map" @click="handleClickMapBox">
<grid-map
@ -206,12 +204,6 @@
:enterpriseId="enterpriseId"
@handleClose="handleClose"
/>
<people
v-if="pageType === 'watch-resi'"
:uid="icResiUserId"
ref="ref_people"
></people>
</div>
</template>

Loading…
Cancel
Save