refactor(数据大屏): 组件组合后图层列表默认展开组合明细

This commit is contained in:
wangjiahao 2024-09-10 14:05:42 +08:00
parent 6eee52b87f
commit aef0629df0

View File

@ -171,7 +171,7 @@ export const composeStore = defineStore('compose', {
name: '组合',
label: '组合',
icon: 'group',
expand: false,
expand: true,
commonBackground: {
...deepCopy(COMMON_COMPONENT_BACKGROUND_MAP[curOriginThemes.value]),
backgroundColorSelect: false,