refactor: 删除测试

This commit is contained in:
q4speed 2020-11-11 17:40:36 +08:00
parent 02e8b7b12b
commit fecc4c4a7e
1 changed files with 1 additions and 5 deletions

View File

@ -298,11 +298,7 @@ export default {
});
},
cancel() {
this.result = this.$post("/api/jmx", this.test, response => {
console.log(response.data);
console.log(this.test.toJMX().xml)
});
// this.$router.push('/api/test/list/all');
this.$router.push('/api/test/list/all');
},
createPerformance() {
let validator = this.test.isValid();