From 5a601c980869b8fade7ca9da877ff49148812aec Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Wed, 6 Jul 2022 04:14:08 -0400 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E6=A0=91?= =?UTF-8?q?=E5=BD=A2=E8=BF=87=E6=BB=A4=E5=99=A8=E4=B8=8D=E8=83=BD=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=A4=9A=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/panel/filter/filterDialog.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/panel/filter/filterDialog.vue b/frontend/src/views/panel/filter/filterDialog.vue index 4b4ceb332c..0429991a1e 100644 --- a/frontend/src/views/panel/filter/filterDialog.vue +++ b/frontend/src/views/panel/filter/filterDialog.vue @@ -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) {