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 -})