fix: 过滤组件编辑弹框不正确

This commit is contained in:
wangjiahao
2022-03-29 17:01:30 +08:00
parent 1a65d5877d
commit d718c19bed
3 changed files with 10 additions and 21 deletions

View File

@@ -3,7 +3,7 @@ const getDefaultState = () => {
sceneData: {},
table: {},
sceneId: {},
viewId: {},
viewId: null,
tableId: {},
chartSceneData: {}
}