|
|
|
@@ -1546,8 +1546,8 @@ export default { |
|
|
|
}, |
|
|
|
/** |
|
|
|
* Tree linkage with graph Expand of current node |
|
|
|
* @param {Obeject} nodes Data of children of current node |
|
|
|
* @param {Obeject} name The name of the current node |
|
|
|
* @param {Object} nodes Data of children of current node |
|
|
|
* @param {Object} name The name of the current node |
|
|
|
*/ |
|
|
|
nodeExpandLinkage(nodes, name) { |
|
|
|
if (nodes.length > this.nodesCountLimit) { |
|
|
|
|