fix: 修复几处 eslint 的报错

This commit is contained in:
tnt group
2022-09-01 17:41:10 +08:00
parent 1652bfedae
commit 9e21a1d036
3 changed files with 6 additions and 4 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)
})
}