refactor: 删除测试
This commit is contained in:
parent
02e8b7b12b
commit
fecc4c4a7e
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue