fix(测试跟踪): 功能用例列表搜索报错
This commit is contained in:
parent
dd0a18a7a2
commit
68d817354a
|
@ -728,8 +728,8 @@ export default {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (nodeIds && nodeIds.length > 0) {
|
||||
// todo 优化参数传递方式
|
||||
if (nodeIds && Array.isArray(nodeIds) && nodeIds.length > 0) {
|
||||
this.condition.nodeIds = nodeIds;
|
||||
this.condition.workspaceId = getCurrentWorkspaceId();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue