From d744a04798a3604d5d502790be6e126d1ed3b4ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=94=E8=B7=91=E7=9A=84=E9=9D=A2=E6=9D=A1?= <1262327911@qq.com> Date: Thu, 16 Mar 2023 10:18:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E4=B8=BA=E9=9D=99=E6=80=81=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/Informations/Inputs/InputsDate/index.ts | 2 +- .../components/Informations/Inputs/InputsDate/index.vue | 5 ----- .../ContentConfigurations/components/ChartData/index.vue | 8 ++++++-- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/src/packages/components/Informations/Inputs/InputsDate/index.ts b/src/packages/components/Informations/Inputs/InputsDate/index.ts index cd983cdd..ed9200c6 100644 --- a/src/packages/components/Informations/Inputs/InputsDate/index.ts +++ b/src/packages/components/Informations/Inputs/InputsDate/index.ts @@ -9,6 +9,6 @@ export const InputsDateConfig: ConfigType = { category: ChatCategoryEnum.INPUTS, categoryName: ChatCategoryEnumName.INPUTS, package: PackagesCategoryEnum.INFORMATIONS, - chartFrame: ChartFrameEnum.COMMON, + chartFrame: ChartFrameEnum.STATIC, image: 'inputs_date.png' } diff --git a/src/packages/components/Informations/Inputs/InputsDate/index.vue b/src/packages/components/Informations/Inputs/InputsDate/index.vue index 7892a11e..9497b0cf 100644 --- a/src/packages/components/Informations/Inputs/InputsDate/index.vue +++ b/src/packages/components/Informations/Inputs/InputsDate/index.vue @@ -72,11 +72,6 @@ watch( immediate: true } ) - -// 预览更新 -useChartDataFetch(props.chartConfig, useChartEditStore, (newData: number | number[]) => { - option.dataset = newData -})