fix(测试计划): 性能测试用例报告测试详情、监控详情数据

This commit is contained in:
shiziyuan9527 2021-08-26 11:30:58 +08:00 committed by 刘瑞斌
parent 494f58abac
commit 2e420ba1ee
2 changed files with 3 additions and 1 deletions

View File

@ -199,7 +199,7 @@ export default {
return;
}
if (status === "Completed" || status === "Running") {
// this.getResource();
this.getResource();
} else {
this.instances = [];
}

View File

@ -726,6 +726,8 @@ export default {
}
if (status === "Running") {
this.getTotalChart();
} else if (status === "Completed") {
this.initTableData();
}
},
deep: true