fix(仪表板): 树形过滤器不能添加多字段
This commit is contained in:
parent
023e247c3c
commit
a2d5752d2d
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user