Pre Merge pull request !247 from Liuunicorn/N/A

This commit is contained in:
Liuunicorn 2024-09-19 07:16:12 +00:00 committed by Gitee
commit b090183a86
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -170,6 +170,7 @@ watch(
dimensions: any dimensions: any
} | null } | null
) => { ) => {
noData.value = false
if (newData && targetData?.value?.chartConfig?.chartFrame === ChartFrameEnum.ECHARTS) { if (newData && targetData?.value?.chartConfig?.chartFrame === ChartFrameEnum.ECHARTS) {
// DataSet // DataSet
source.value = newData source.value = newData