fix(测试计划): 性能测试用例报告日志详情无数据
This commit is contained in:
parent
e7c2b28de4
commit
39ec7debf5
|
@ -152,6 +152,7 @@ export default {
|
|||
return;
|
||||
}
|
||||
let status = val.status;
|
||||
this.id = val.id;
|
||||
if (status === "Completed" || status === "Running") {
|
||||
this.getResource();
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue