mirror of
https://github.com/dataease/dataease.git
synced 2026-06-16 20:13:12 +08:00
fix(数据大屏): 修复数据大屏组件组合时部分组件可能不可见问题
This commit is contained in:
@@ -553,7 +553,7 @@ export const dvMainStore = defineStore('dataVisualization', {
|
||||
})
|
||||
},
|
||||
|
||||
deleteComponentById(componentId, componentData = this.componentData, deep = true) {
|
||||
deleteComponentById(componentId, componentData = this.componentData, deep = false) {
|
||||
if (componentId) {
|
||||
let indexResult
|
||||
componentData.forEach((component, index) => {
|
||||
|
||||
Reference in New Issue
Block a user