fix: 解决过滤器的错误处理

This commit is contained in:
奔跑的面条
2022-07-06 20:14:41 +08:00
parent 4ba3d8803a
commit 74e30390cf
4 changed files with 8 additions and 15 deletions
-1
View File
@@ -53,7 +53,6 @@ export const useChartDataFetch = (
// eCharts 组件配合 vChart 库更新方式
if (chartFrame === ChartFrameEnum.ECHARTS) {
if (vChartRef.value) {
vChartRef.value.setOption({ dataset: newFunctionHandle(res.data, filter) })
}
}