|
@@ -1749,6 +1749,7 @@ import TcPlayer from '@/components/TcPlayer' //视频预览
|
|
|
import leftRightSwiperScroll from '@/components/leftRightSwiperScroll.vue';//事件中心底部资源内容溢出组件
|
|
|
import {getIconBg} from '@/api/components/sookaMapIcon';//资源底色控制文件
|
|
|
import TVWall from '@/components/TVWall.vue' //电视墙弹窗
|
|
|
+import findUserByDept from '@/views/findUserByDept' //责任人选择弹框
|
|
|
import {
|
|
|
getEventDetail,
|
|
|
sendEventLog,
|
|
@@ -1798,7 +1799,8 @@ export default {
|
|
|
eventLogUpload,
|
|
|
areaSupermap,
|
|
|
TcPlayer,
|
|
|
- TVWall
|
|
|
+ TVWall,
|
|
|
+ findUserByDept
|
|
|
},
|
|
|
data() {
|
|
|
return {
|