wujingjing
2025-02-28 389e1b4cca3935a5d16df18f51cb147bcf795977
src/components/chat/chatComponents/summaryCom/components/recordSetTable/map/panelTool/LayerControl.vue
@@ -76,7 +76,7 @@
import vectorMap from '/@/assets/images/business/map/vector_map.png';
const props = defineProps(['olMap']);
const emit = defineEmits(['close']);
const activeSourceType = computed(() => props.olMap.activeSourceType.value);
const activeSourceType = computed(() => props.olMap?.activeSourceType.value);
const defaultProps = {
   children: 'children',
   label: 'title',