fix(仪表板): 树形过滤器不能添加多字段

This commit is contained in:
fit2cloud-chenyw 2022-07-06 04:14:08 -04:00
parent 023e247c3c
commit a2d5752d2d

View File

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