From 51dbe2363c85450982cff0a3fde2bc2c9ce71242 Mon Sep 17 00:00:00 2001 From: tnt group Date: Thu, 13 Oct 2022 16:33:51 +0800 Subject: [PATCH 1/6] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=8A=A8=E6=80=81=E8=AF=B7=E6=B1=82modal=EF=BC=8Cesc=E5=85=B3?= =?UTF-8?q?=E9=97=AD=E5=90=8E=E6=97=A0=E6=B3=95=E5=86=8D=E6=AC=A1=E6=89=93?= =?UTF-8?q?=E5=BC=80=E7=9A=84=E9=97=AE=E9=A2=98=EF=BC=8C=E5=B9=B6=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=8F=96=E6=B6=88=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ChartDataRequest/index.vue | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/src/views/chart/ContentConfigurations/components/ChartData/components/ChartDataRequest/index.vue b/src/views/chart/ContentConfigurations/components/ChartData/components/ChartDataRequest/index.vue index 21511961..7e2d600e 100644 --- a/src/views/chart/ContentConfigurations/components/ChartData/components/ChartDataRequest/index.vue +++ b/src/views/chart/ContentConfigurations/components/ChartData/components/ChartDataRequest/index.vue @@ -1,5 +1,5 @@ @@ -48,8 +53,14 @@ defineProps({ modelShow: Boolean }) +// 关闭 const closeHandle = () => { emit('update:modelShow', false) +} + +// 保存|发送 +const saveHandle = () => { + emit('update:modelShow', false) emit('sendHandle') } From fe1f8a973666c1a9fde4f3350810037e570a8425 Mon Sep 17 00:00:00 2001 From: tnt group Date: Thu, 13 Oct 2022 18:41:00 +0800 Subject: [PATCH 2/6] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20eslint=20?= =?UTF-8?q?=E6=8A=A5=E9=94=99=EF=BC=88=E7=A7=BB=E9=99=A4=E5=A4=9A=E4=BD=99?= =?UTF-8?q?eslint=E6=B3=A8=E9=87=8A=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/Decorates/Three/ThreeEarth01/code/Utils/arc.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/packages/components/Decorates/Three/ThreeEarth01/code/Utils/arc.ts b/src/packages/components/Decorates/Three/ThreeEarth01/code/Utils/arc.ts index 76db98fc..cc328529 100644 --- a/src/packages/components/Decorates/Three/ThreeEarth01/code/Utils/arc.ts +++ b/src/packages/components/Decorates/Three/ThreeEarth01/code/Utils/arc.ts @@ -1,4 +1,3 @@ -// eslint-disable-next-line @typescript-eslint/ban-ts-comment // @ts-nocheck import { ArcCurve, From d5708546b769dc26b2563dc639b0bc3af4740020 Mon Sep 17 00:00:00 2001 From: tnt group Date: Sun, 14 May 2023 12:09:38 +0800 Subject: [PATCH 3/6] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=9B=A0=E7=BF=BB?= =?UTF-8?q?=E7=89=8C=E5=80=BC=E5=8F=98=E5=8C=96=E5=A4=AA=E5=BF=AB=EF=BC=8C?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E6=98=BE=E7=A4=BA=E9=94=99=E8=AF=AF=E7=9A=84?= =?UTF-8?q?=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Pages/Flipper/index.vue | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/src/components/Pages/Flipper/index.vue b/src/components/Pages/Flipper/index.vue index 9b2c6282..122f6d59 100644 --- a/src/components/Pages/Flipper/index.vue +++ b/src/components/Pages/Flipper/index.vue @@ -1,5 +1,5 @@