From 2f0293aa6fcb8d37ab19ab33823bcdbcabd7dd78 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Mon, 30 Oct 2023 10:05:49 +0800 Subject: [PATCH 01/43] =?UTF-8?q?fix:=20=E9=A6=96=E6=AC=A1=E5=B0=86?= =?UTF-8?q?=E8=BF=87=E6=BB=A4=E7=BB=84=E4=BB=B6=E6=B7=BB=E5=8A=A0=E8=87=B3?= =?UTF-8?q?tab=E7=BB=84=E4=BB=B6=E4=B8=AD=E4=B8=8D=E5=81=9A=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E7=9A=84=E6=83=85=E5=86=B5=E4=B8=8B=E5=8F=AF=E4=BB=A5?= =?UTF-8?q?=E6=8E=A7=E5=88=B6tab=E7=BB=84=E4=BB=B6=E5=A4=96=E7=9A=84?= =?UTF-8?q?=E5=9B=BE=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/custom-component/v-query/Component.vue | 1 + 1 file changed, 1 insertion(+) 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 459ad1a1fd..ee830c7ab2 100644 --- a/core/core-frontend/src/custom-component/v-query/Component.vue +++ b/core/core-frontend/src/custom-component/v-query/Component.vue @@ -184,6 +184,7 @@ onMounted(() => { emitter.on(`addQueryCriteria${element.value.id}`, addCriteriaConfigOut) emitter.on(`editQueryCriteria${element.value.id}`, editQueryCriteria) emitter.on(`updateQueryCriteria${element.value.id}`, updateQueryCriteria) + updateQueryCriteria() }) const dragover = () => { From 84eabc60ae16a161c303c74b6e1fedc2aaa157c6 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Mon, 30 Oct 2023 10:20:28 +0800 Subject: [PATCH 02/43] =?UTF-8?q?feat:=20=E5=9C=B0=E7=90=86=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/system/parameter/map/Geometry.vue | 91 ++++++------------- 1 file changed, 30 insertions(+), 61 deletions(-) diff --git a/core/core-frontend/src/views/system/parameter/map/Geometry.vue b/core/core-frontend/src/views/system/parameter/map/Geometry.vue index 4ff89855f6..b075e68e22 100644 --- a/core/core-frontend/src/views/system/parameter/map/Geometry.vue +++ b/core/core-frontend/src/views/system/parameter/map/Geometry.vue @@ -1,6 +1,6 @@ -