From a7ca1c9431a4d4aad60040c86ecf0bee000484d7 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Mon, 6 Jan 2025 14:53:06 +0800 Subject: [PATCH] =?UTF-8?q?style(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E8=AE=BE=E7=BD=AE-=E5=9C=B0=E7=90=86?= =?UTF-8?q?=E4=BF=A1=E6=81=AF-=E8=A1=A8=E5=8D=95=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E9=97=B4=E8=B7=9D=E8=AE=BE=E4=B8=BA16px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/parameter/map/GeometryEdit.vue | 29 ++++++++++++++++--- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/core/core-frontend/src/views/system/parameter/map/GeometryEdit.vue b/core/core-frontend/src/views/system/parameter/map/GeometryEdit.vue index ac10726d57..f02b2740fe 100644 --- a/core/core-frontend/src/views/system/parameter/map/GeometryEdit.vue +++ b/core/core-frontend/src/views/system/parameter/map/GeometryEdit.vue @@ -69,7 +69,7 @@ const rule = reactive({ { required: true, message: t('common.require'), - trigger: 'blur' + trigger: 'change' } ], code: [ @@ -146,7 +146,7 @@ const reset = () => { } const showLoading = () => { - loadingInstance.value = ElLoading.service({ target: '.basic-info-drawer' }) + loadingInstance.value = ElLoading.service({ target: '.geometry-info-drawer' }) } const closeLoading = () => { loadingInstance.value?.close() @@ -191,7 +191,7 @@ defineExpose({ @@ -290,7 +290,28 @@ defineExpose({ - +