fix: 修复大屏多选未展示批量设置配置问题

This commit is contained in:
wangjiahao
2025-04-07 11:24:52 +08:00
committed by 王嘉豪
parent 1220b867df
commit 4b174ae71c

View File

@@ -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++) {