Merge pull request #11911 from dataease/pr@dev-v2@refactor_group

refactor(数据大屏): 优化分组刷新
This commit is contained in:
王嘉豪 2024-09-02 16:35:13 +08:00 committed by GitHub
commit f3123be0b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,7 +59,7 @@ const props = defineProps({
}
})
const { propValue, dvInfo, element, scale, canvasViewInfo } = toRefs(props)
const { propValue, dvInfo, element, scale, canvasViewInfo, searchCount } = toRefs(props)
const customCanvasStyle = computed(() => {
const result = sourceCanvasStyle
result.scale = canvasStyleData.value.scale
@ -112,6 +112,7 @@ onMounted(() => {
:is-edit="isEdit"
:element="element"
:scale="scale"
:search-count="searchCount"
>
</canvas-group>
</div>