fix(测试计划): 性能测试用例报告测试详情、监控详情数据
This commit is contained in:
parent
494f58abac
commit
2e420ba1ee
|
@ -199,7 +199,7 @@ export default {
|
|||
return;
|
||||
}
|
||||
if (status === "Completed" || status === "Running") {
|
||||
// this.getResource();
|
||||
this.getResource();
|
||||
} else {
|
||||
this.instances = [];
|
||||
}
|
||||
|
|
|
@ -726,6 +726,8 @@ export default {
|
|||
}
|
||||
if (status === "Running") {
|
||||
this.getTotalChart();
|
||||
} else if (status === "Completed") {
|
||||
this.initTableData();
|
||||
}
|
||||
},
|
||||
deep: true
|
||||
|
|
Loading…
Reference in New Issue