fix: 指令拖拽报错 (#12486)

Co-authored-by: chenjianxing <jianxing.chen@fit2cloud.com>
This commit is contained in:
MeterSphere Bot 2022-04-12 02:23:19 +08:00 committed by GitHub
parent 7faea9a09f
commit 3bb79f57d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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