From fecc4c4a7ec79e6be86cff5b1660bcef805178ba Mon Sep 17 00:00:00 2001 From: q4speed Date: Wed, 11 Nov 2020 17:40:36 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=88=A0=E9=99=A4=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/business/components/api/test/ApiTestConfig.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/frontend/src/business/components/api/test/ApiTestConfig.vue b/frontend/src/business/components/api/test/ApiTestConfig.vue index 3b8907acac..0ad998f22d 100644 --- a/frontend/src/business/components/api/test/ApiTestConfig.vue +++ b/frontend/src/business/components/api/test/ApiTestConfig.vue @@ -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();