|
@@ -76,8 +76,8 @@ function checkBoxsChange(params:number[], mate:{actionType:string, value:number}
|
|
|
|
|
|
|
|
onMounted(() => {
|
|
onMounted(() => {
|
|
|
mapService._initMap(props.zoom)
|
|
mapService._initMap(props.zoom)
|
|
|
- mapService._initMarks(props.Item.key, props.Item.contrlSelect.checked)
|
|
|
|
|
if (props.Item.key === 'homePage') mapService.getLines()
|
|
if (props.Item.key === 'homePage') mapService.getLines()
|
|
|
|
|
+ mapService._initMarks(props.Item.key, props.Item.contrlSelect.checked)
|
|
|
})
|
|
})
|
|
|
|
|
|
|
|
// 车位置更新
|
|
// 车位置更新
|