fix:添加group组件

This commit is contained in:
zhangyu
2022-01-21 16:07:23 +08:00
parent e098ce12bf
commit 01faf800ca
3 changed files with 30 additions and 2 deletions

View File

@@ -124,6 +124,9 @@ export default {
chart.h = 1
}
}
if (chart.type === 95) {
chart.h += 1
}
if (!this.$_.isEmpty(chart.children)) {
chart.children.forEach(c => {
this.recursionParamsConvert(c)