mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix: 修复大屏多选未展示批量设置配置问题
This commit is contained in:
@@ -925,7 +925,9 @@ export const dvMainStore = defineStore('dataVisualization', {
|
||||
} else {
|
||||
this.hiddenListStatus = !this.hiddenListStatus
|
||||
}
|
||||
this.setBatchOptStatus(false)
|
||||
if (this.dvInfo.type === 'dashboard') {
|
||||
this.setBatchOptStatus(false)
|
||||
}
|
||||
},
|
||||
removeCurBatchComponentWithId(id) {
|
||||
for (let index = 0; index < this.curBatchOptComponents.length; index++) {
|
||||
|
||||
Reference in New Issue
Block a user