更新
This commit is contained in:
@ -156,7 +156,7 @@ import WarningDistrict from './model/WarningDistrict.vue'
|
||||
import WarningPoints from './model/warningPoints.vue'
|
||||
import { getItem, setItem } from "@/utils/storage";
|
||||
import emitter from "@/utils/eventBus.js";
|
||||
import { bm, centralPoint } from '@/views/backOfficeSystem/IntelligentControl/DeploymentArea/xzqh.js'
|
||||
import { bm } from '@/views/backOfficeSystem/IntelligentControl/DeploymentArea/xzqh.js'
|
||||
import Judgment from './model/judgment.vue'
|
||||
import { tbYjxxGetList } from '@/api/zdr.js'
|
||||
import GeneralWindow from './model/generalWindow.vue'
|
||||
@ -167,7 +167,6 @@ import MyCase from './model/myCase.vue'
|
||||
import audioPlayer from '@/utils/audioPlayer'
|
||||
import TestDiv from "@/components/common/TestDiv.vue";
|
||||
const { proxy } = getCurrentInstance();
|
||||
const { D_BZ_JQDJ } = proxy.$dict('D_BZ_JQDJ')
|
||||
const modelWarning = ref(true)
|
||||
const modelQbsb = ref(true)
|
||||
const searchText = ref('')
|
||||
@ -179,7 +178,7 @@ const showNotification = ref(false) //是否自动展开提示
|
||||
const allDep = ref([]) //所有部门
|
||||
const bnTimer = ref(null)
|
||||
const popupTimer = ref(null)
|
||||
let timing = ref(true)
|
||||
const timing = ref(true)
|
||||
const reversalPushShow = ref(true)// 情报翻转
|
||||
const reversalShow = ref(true)// 论坛翻转
|
||||
|
||||
|
||||
Reference in New Issue
Block a user