Merge branch 'dev' of https://gitee.com/MTrun/go-view into master-fetch

This commit is contained in:
奔跑的面条
2022-07-26 16:12:31 +08:00
4 changed files with 6 additions and 20 deletions
@@ -332,7 +332,7 @@ export const useChartEditStore = defineStore({
// 历史记录
if (isHistory) {
chartHistoryStore.createLaryerHistory(
chartHistoryStore.createLayerHistory(
setIndex(targetData, index),
isEnd ? HistoryActionTypeEnum.BOTTOM : HistoryActionTypeEnum.TOP
)
@@ -380,7 +380,7 @@ export const useChartEditStore = defineStore({
// 历史记录
if (isHistory) {
chartHistoryStore.createLaryerHistory(
chartHistoryStore.createLayerHistory(
targetItem,
isDown ? HistoryActionTypeEnum.DOWN : HistoryActionTypeEnum.UP
)