diff --git a/src/packages/components/Informations/Mores/Video/index.vue b/src/packages/components/Informations/Mores/Video/index.vue index b184c83d..1726645a 100644 --- a/src/packages/components/Informations/Mores/Video/index.vue +++ b/src/packages/components/Informations/Mores/Video/index.vue @@ -36,7 +36,7 @@ let option = shallowReactive({ ...configOption }) // 预览更新 const vVideoRef = ref(null) useChartDataFetch(props.chartConfig, useChartEditStore, (newData: any) => { - option = newData + option.dataset = newData }) // 编辑更新