fix: 处理分组编辑会选择数据上的问题

This commit is contained in:
奔跑的面条
2022-08-12 17:09:28 +08:00
parent e2a0478357
commit 57798b9000
2 changed files with 16 additions and 5 deletions
+6
View File
@@ -0,0 +1,6 @@
export enum TabsEnum {
PAGE_SETTING = 'pageSetting',
CHART_SETTING = 'chartSetting',
CHART_ANIMATION = 'chartAnimation',
CHART_DATA = 'chartData',
}