forked from github/dataease
Merge pull request #2601 from dataease/pr@dev@fix_tree_filter_mult_field
fix(仪表板): 树形过滤器不能添加多字段
This commit is contained in:
commit
52997b9fb2
@ -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