mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 14:31:00 +08:00
fix(仪表板): 树形过滤器不能添加多字段
This commit is contained in:
@@ -675,6 +675,7 @@ export default {
|
||||
onMove(e, originalEvent) {
|
||||
this.showTips = false
|
||||
this.moveId = e.draggedContext.element.id
|
||||
if (this.isTree) return true
|
||||
const tabelId = e.draggedContext.element.tableId
|
||||
const prohibit = this.currentElement.options.attrs.dragItems.some(item => item.tableId === tabelId)
|
||||
if (prohibit) {
|
||||
|
||||
Reference in New Issue
Block a user