From 40a270d0a680656f44493846e5a104a7dc5b68eb Mon Sep 17 00:00:00 2001 From: danshihao Date: Fri, 16 Aug 2024 10:59:13 +0800 Subject: [PATCH] =?UTF-8?q?[update=20=E6=8B=86=E5=88=86=E7=BC=96=E8=BE=91]?= =?UTF-8?q?=20=E5=B7=A6=E4=BE=A7=E6=A0=91=E8=8A=82=E7=82=B9=E5=8F=AF?= =?UTF-8?q?=E6=8B=96=E6=8B=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 9d81d963fad52898c7cc42627ebd4c9c8c678ee8) --- .../documentTool/documentSplit/DocumentSplitDetail.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/documentTool/documentSplit/DocumentSplitDetail.vue b/src/views/documentTool/documentSplit/DocumentSplitDetail.vue index 905b0a1..c405949 100644 --- a/src/views/documentTool/documentSplit/DocumentSplitDetail.vue +++ b/src/views/documentTool/documentSplit/DocumentSplitDetail.vue @@ -348,10 +348,10 @@ export default { return } // console.log('拖拽全部参数', info) - console.log('拖拽的节点', info.node.eventKey, info.node.dataRef.name, info.node.dataRef.itemName) - console.log('拖拽到节点', info.dragNode.eventKey, info.dragNode.dataRef.name, info.dragNode.dataRef.itemName) - const sourceId = info.node.eventKey - const targetId = info.dragNode.eventKey + console.log('拖拽的节点', info.dragNode.eventKey, info.dragNode.dataRef.name, info.dragNode.dataRef.itemName) + console.log('拖拽到节点', info.node.eventKey, info.node.dataRef.name, info.node.dataRef.itemName) + const sourceId = info.dragNode.eventKey + const targetId = info.node.eventKey this.loading = true dragClauseTreeNode({ targetId, sourceId }).then(res => { if (res.success) {