This commit is contained in:
zk
2023-12-19 12:41:15 +08:00
parent 9b5be1af25
commit 5342774ca5
9 changed files with 50 additions and 39 deletions
@@ -61,7 +61,6 @@
const watchDialogRef = ref();
function openWatchList(item) {
console.log('item', item);
if (item.key == 'allotDeviceNum') {
watchDialogRef.value.openModal(item.extData?.deptId);
}
@@ -110,13 +109,13 @@
const { detailLeft, detailRight, setDetail } = useAlarmDetail();
onMounted(() => {
init();
//点击预警定位
$bus.on(earlyWarning, (params) => {
setDetail(params);
drawMarker(params);
setIsShowAlarm(true);
});
// init();
// //点击预警定位
// $bus.on(earlyWarning, (params) => {
// setDetail(params);
// drawMarker(params);
// setIsShowAlarm(true);
// });
});
/**