feat: 新增图片组件模板

This commit is contained in:
奔跑的面条
2022-04-27 17:45:40 +08:00
parent b61215d540
commit e0b0d5747b
5 changed files with 16 additions and 4 deletions
+1 -1
View File
@@ -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)