CN-1548 feat: 修复关系图临时节点不对的问题

This commit is contained in:
chenjinsong
2024-06-14 15:27:43 +08:00
parent a73c9f18cd
commit 01d83c4b4a
3 changed files with 63 additions and 75 deletions

View File

@@ -176,7 +176,6 @@ export default {
node: {
deep: true,
handler (n) {
console.info(n)
this.handleDetailData(n)
}
}