chore: 回复与线上dev文件同步

This commit is contained in:
tnt group
2022-09-05 17:54:12 +08:00
parent a5dcc3d360
commit 05a048e5a8
3 changed files with 4 additions and 6 deletions
@@ -600,7 +600,7 @@ export const useChartEditStore = defineStore({
ids.push(item.id)
})
} else {
(historyData[0] as CreateComponentGroupType).groupList.forEach(item => {
;(historyData[0] as CreateComponentGroupType).groupList.forEach(item => {
ids.push(item.id)
})
}
+1 -1
View File
@@ -35,7 +35,7 @@ export const useSync = () => {
}
if (e.isGroup) {
(e as CreateComponentGroupType).groupList.forEach(groupItem => {
;(e as CreateComponentGroupType).groupList.forEach(groupItem => {
intComponent(groupItem)
})
} else {