|
@@ -1784,6 +1784,7 @@ import {
|
|
} from '@/api/dahua/dahua'
|
|
} from '@/api/dahua/dahua'
|
|
import DHWs from '@/dahua/lib/DHWs'
|
|
import DHWs from '@/dahua/lib/DHWs'
|
|
import {joinConferences} from "@/api/meeting";
|
|
import {joinConferences} from "@/api/meeting";
|
|
|
|
+import findUserByDept from '@/views/findUserByDept'
|
|
export default {
|
|
export default {
|
|
dicts: ['task_source'],
|
|
dicts: ['task_source'],
|
|
watch: {
|
|
watch: {
|
|
@@ -1798,7 +1799,8 @@ export default {
|
|
eventLogUpload,
|
|
eventLogUpload,
|
|
areaSupermap,
|
|
areaSupermap,
|
|
TcPlayer,
|
|
TcPlayer,
|
|
- TVWall
|
|
|
|
|
|
+ TVWall,
|
|
|
|
+ findUserByDept
|
|
},
|
|
},
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|