mirror of
https://gitee.com/dromara/go-view.git
synced 2026-05-12 00:00:01 +08:00
feat: 合并1.1.1,升级版本到2.0.8
This commit is contained in:
@@ -129,6 +129,7 @@ export type EditCanvasConfigType = {
|
||||
}
|
||||
|
||||
// 坐标轴信息
|
||||
// eslint-disable-next-line no-redeclare
|
||||
export enum EditCanvasTypeEnum {
|
||||
START_X = 'startX',
|
||||
START_Y = 'startY',
|
||||
|
||||
@@ -627,7 +627,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