mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-06 03:58:04 +08:00
Merge branch 'master-fetch-dev' into master-fetch
This commit is contained in:
commit
fa93624cf7
@ -36,7 +36,7 @@ let option = shallowReactive({ ...configOption })
|
|||||||
// 预览更新
|
// 预览更新
|
||||||
const vVideoRef = ref(null)
|
const vVideoRef = ref(null)
|
||||||
useChartDataFetch(props.chartConfig, useChartEditStore, (newData: any) => {
|
useChartDataFetch(props.chartConfig, useChartEditStore, (newData: any) => {
|
||||||
option = newData
|
option.dataset = newData
|
||||||
})
|
})
|
||||||
|
|
||||||
// 编辑更新
|
// 编辑更新
|
||||||
|
Loading…
x
Reference in New Issue
Block a user