update
This commit is contained in:
@@ -109,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);
|
||||
});
|
||||
});
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user