fix: 指令拖拽报错 (#12486)
Co-authored-by: chenjianxing <jianxing.chen@fit2cloud.com>
This commit is contained in:
parent
7faea9a09f
commit
3bb79f57d3
|
@ -165,7 +165,7 @@ export function recursiveSorting(_this, arr, scenarioProjectId) {
|
|||
if (_this.hideTreeNode) {
|
||||
_this.hideTreeNode(arr[i], arr[i].hashTree);
|
||||
}
|
||||
recursiveSorting(arr[i].hashTree, arr[i].projectId);
|
||||
recursiveSorting(_this, arr[i].hashTree, arr[i].projectId);
|
||||
}
|
||||
// 添加debug结果
|
||||
if (_this.debugResult && _this.debugResult.get(arr[i].id + arr[i].name)) {
|
||||
|
|
Loading…
Reference in New Issue