From 7c33aa18364e01001d4030647ce12d6617bf5897 Mon Sep 17 00:00:00 2001 From: SevenNorth Date: Fri, 16 May 2025 13:08:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20editMode=E4=B8=BA=E2=80=98preview'?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E7=A6=81=E7=94=A8v-query=E7=9A=84=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=9D=A1=E4=BB=B6=E7=BC=96=E8=BE=91=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/custom-component/v-query/Component.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/core-frontend/src/custom-component/v-query/Component.vue b/core/core-frontend/src/custom-component/v-query/Component.vue index 2a2a576257..5bcf8eaf10 100644 --- a/core/core-frontend/src/custom-component/v-query/Component.vue +++ b/core/core-frontend/src/custom-component/v-query/Component.vue @@ -64,7 +64,7 @@ const { element, view, scale } = toRefs(props) const { t } = useI18n() const vQueryRef = ref() const dvMainStore = dvMainStoreWithOut() -const { curComponent, canvasViewInfo, mobileInPc, firstLoadMap } = storeToRefs(dvMainStore) +const { curComponent, canvasViewInfo, mobileInPc, firstLoadMap, editMode } = storeToRefs(dvMainStore) const canEdit = ref(false) const queryConfig = ref() const defaultStyle = { @@ -831,7 +831,7 @@ const autoStyle = computed(() => {
{{ t('v_query.here_or_click') }} {