|
@@ -407,7 +407,6 @@
|
|
|
<eventLocation ref="eventLocation"></eventLocation>
|
|
|
<TVWall ref="TVWall"></TVWall>
|
|
|
<TVWalls ref="TVWalls"></TVWalls>
|
|
|
- <wrj ref="wrj"></wrj>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -440,7 +439,6 @@
|
|
|
import eventLocation from '@/components/eventLocation.vue' //事件定位弹窗
|
|
|
import TVWall from '@/components/TVWall.vue' //电视墙弹窗
|
|
|
import TVWalls from "@/components/TVWalls.vue"; //电视墙弹窗
|
|
|
- // import wrj from '@/components/wrj.vue' //无人机
|
|
|
import eventdetailsdialog from '@/views/eventdetailsdialog.vue' //事件详情弹窗
|
|
|
import firespread from '@/views/firespread.vue' //事件详情弹窗
|
|
|
import chart from './from/dvCapsuleChart.vue'
|
|
@@ -471,7 +469,6 @@
|
|
|
eventLocation,
|
|
|
TVWall,
|
|
|
TVWalls,
|
|
|
- wrj,
|
|
|
dateChoose,
|
|
|
eventdetailsdialog,
|
|
|
firespread
|