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