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