bug 79888
This commit is contained in:
@@ -192,6 +192,7 @@ export default {
|
||||
return filterText.substring(index + searchVal.length)
|
||||
},
|
||||
handleSearchNode (node) {
|
||||
this.currentNodeName = node.name
|
||||
this.$refs.mindMap.searchNode(node.id)
|
||||
},
|
||||
/**
|
||||
@@ -200,6 +201,7 @@ export default {
|
||||
*/
|
||||
handleSelectNode (node) {
|
||||
this.selectedNodeId = node.id
|
||||
this.currentNodeName = node.name
|
||||
this.selectedNode = Object.assign({}, node || {})
|
||||
},
|
||||
modalFormOk () {
|
||||
|
||||
Reference in New Issue
Block a user