mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 新增图片组件模板
This commit is contained in:
@@ -59,7 +59,7 @@ export const useChartDataFetch = (
|
||||
})
|
||||
} else {
|
||||
// 若遵守规范使用 datase 作为数据 key,则省自动赋值数据
|
||||
targetComponent.option.dataset = res.data
|
||||
targetComponent.option.dataset && (targetComponent.option.dataset = res.data)
|
||||
}
|
||||
if (updateCallback) {
|
||||
updateCallback(res.data)
|
||||
|
||||
Reference in New Issue
Block a user