fix:修改 asset 导入导出 以及 chartTemp 预览的问题
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user