diff --git a/src/views/chart/ContentLayers/components/LayersListItem/index.vue b/src/views/chart/ContentLayers/components/LayersListItem/index.vue index 43e5311e..437a7a73 100644 --- a/src/views/chart/ContentLayers/components/LayersListItem/index.vue +++ b/src/views/chart/ContentLayers/components/LayersListItem/index.vue @@ -43,7 +43,7 @@ const props = defineProps({ } }) -const { image } = toRefs(props.componentData.chartConfig) +const { image } = props.componentData.chartConfig // 计算当前选中目标 const select = computed(() => {