mirror of
https://gitee.com/dromara/go-view.git
synced 2025-06-29 16:29:14 +08:00
fix: 修复视频组件 删除多余操作
This commit is contained in:
parent
cb9b812153
commit
d6d626a5c4
@ -121,9 +121,9 @@ onUnmounted(() => {
|
|||||||
|
|
||||||
|
|
||||||
// 预览更新
|
// 预览更新
|
||||||
useChartDataFetch(props.chartConfig, useChartEditStore, (newData: any) => {
|
// useChartDataFetch(props.chartConfig, useChartEditStore, (newData: any) => {
|
||||||
option.dataset = newData
|
// option.dataset = newData
|
||||||
})
|
// })
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user