Merge branch 'dev-lint' into dev-lint-commet

This commit is contained in:
tnt group
2022-09-22 10:08:25 +08:00
20 changed files with 84 additions and 88 deletions
@@ -602,7 +602,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)
})
}