mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
Merge branch 'dev-lint' into dev-lint-commet
This commit is contained in:
@@ -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)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user