fix: form fieldMappingTime is not working (#5333)

* fix: form option `fieldMappingTime` is not working

* fix: form merge support `fieldMappingTime`
This commit is contained in:
Netfan
2025-01-09 12:28:33 +08:00
committed by GitHub
parent 16162c01ed
commit 2828e7a7b6
7 changed files with 72 additions and 68 deletions

View File

@@ -109,7 +109,7 @@ function useEcharts(chartRef: Ref<EchartsUIType>) {
return {
renderEcharts,
resize,
chartInstance
chartInstance,
};
}