From b2b027e28e5e9bf462e23ccfc47de3658cef0995 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Mon, 2 Sep 2024 16:33:05 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F):?= =?UTF-8?q?=20=E4=BC=98=E5=8C=96=E5=88=86=E7=BB=84=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/custom-component/group/Component.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/core-frontend/src/custom-component/group/Component.vue b/core/core-frontend/src/custom-component/group/Component.vue index 96310ff439..ae3a654381 100644 --- a/core/core-frontend/src/custom-component/group/Component.vue +++ b/core/core-frontend/src/custom-component/group/Component.vue @@ -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" >