fix:修改 asset 导入导出 以及 chartTemp 预览的问题

This commit is contained in:
zhangyu
2021-05-17 19:31:36 +08:00
parent 5a2828503a
commit d8dcc69179
5 changed files with 24 additions and 5 deletions

View File

@@ -662,6 +662,9 @@ export default {
return
}
if (param.from == fromRoute.chartTemp) { // 模板列表
this.panelDataList[0].children.forEach((item1, i) => {
item1.chartIndex = i
})
this.dataList = this.panelDataList
this.$nextTick(() => {
this.dataList.forEach((item, index) => {