提交 cafa2ae0 编写于 作者: B break60

fix

上级 d0037b46
......@@ -710,7 +710,8 @@ JSP.prototype.handleEvent = function () {
if (arr[i] === targetId) {
recursiveVal = targetId
} else {
recursiveTargetarr(rtTargetarrArr(arr[i]), targetId)
let targetArr = rtTargetarrArr(arr[i])
recursiveTargetarr(targetArr, targetId)
}
}
return recursiveVal
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册