perf: 优化部分组件接口返回错误数据,页面会卡死的问题

This commit is contained in:
奔跑的面条
2022-09-30 16:03:35 +08:00
parent b3255ab28b
commit a81c6e1756
8 changed files with 17 additions and 9 deletions
@@ -50,7 +50,7 @@ watch(
props.chartConfig.option.series[0].roseType = true
}
},
{ deep: true, immediate: true }
{ deep: false, immediate: true }
)
const { vChartRef } = useChartDataFetch(props.chartConfig, useChartEditStore)