From e40f0a0a0d525443f4b3502030accf6c0f84ad19 Mon Sep 17 00:00:00 2001 From: "Captain.B" Date: Fri, 28 Feb 2020 19:02:32 +0800 Subject: [PATCH] save success redirect list --- frontend/src/performance/components/testPlan/EditTestPlan.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/performance/components/testPlan/EditTestPlan.vue b/frontend/src/performance/components/testPlan/EditTestPlan.vue index 1513c96d4e..3350e316db 100644 --- a/frontend/src/performance/components/testPlan/EditTestPlan.vue +++ b/frontend/src/performance/components/testPlan/EditTestPlan.vue @@ -117,6 +117,7 @@ type: 'success' }); this.$refs.advancedConfig.cancelAllEdit(); + this.$router.push({path: '/loadtest/all'}) }); }, saveAndRun() {