mirror of
https://gitee.com/dromara/go-view.git
synced 2025-02-24 08:12:49 +08:00
fix: 数据初始化
This commit is contained in:
parent
47636ee680
commit
86910de3b2
@ -74,7 +74,7 @@ const themeColor = computed(() => {
|
|||||||
// 组件渲染结束初始化数据池
|
// 组件渲染结束初始化数据池
|
||||||
clearMittDataPondMap()
|
clearMittDataPondMap()
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
initDataPond(chartEditStore.requestGlobalConfig)
|
initDataPond(useChartEditStore)
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user