mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-06 03:58:04 +08:00
style: 修改错误备注
This commit is contained in:
parent
a0c8bc7fe5
commit
c07d7c7c28
@ -58,7 +58,7 @@ export const useChartDataFetch = (
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
// 若遵守规范使用 datase 作为数据 key,则省自动赋值数据
|
// 若遵守规范使用 dataset 作为数据 key,则会自动赋值数据
|
||||||
targetComponent.option.dataset && (targetComponent.option.dataset = res.data)
|
targetComponent.option.dataset && (targetComponent.option.dataset = res.data)
|
||||||
}
|
}
|
||||||
if (updateCallback) {
|
if (updateCallback) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user