fix: 修复视频组件 删除多余操作

This commit is contained in:
huanghao1412 2024-08-16 15:02:41 +08:00
parent cb9b812153
commit d6d626a5c4

View File

@ -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>