mirror of
https://gitee.com/dromara/go-view.git
synced 2026-05-12 00:00:01 +08:00
fix: 解决组件数据无法更新的问题
This commit is contained in:
@@ -48,9 +48,7 @@ const dataHandle = (newData: any) => {
|
||||
// 配置时
|
||||
watch(
|
||||
() => props.chartConfig.option.dataset,
|
||||
newData => {
|
||||
dataHandle(newData)
|
||||
},
|
||||
newData => dataHandle(newData),
|
||||
{
|
||||
immediate: true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user