Merge pull request #12123 from dataease/pr@dev-v2@refactor_group

refactor(数据大屏): 组件组合后图层列表默认展开组合明细
This commit is contained in:
王嘉豪 2024-09-10 14:06:48 +08:00 committed by GitHub
commit 14a648da6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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,