diff --git a/api-test/frontend/src/business/automation/scenario/component/StepExtendBtns.vue b/api-test/frontend/src/business/automation/scenario/component/StepExtendBtns.vue index 4ae667b060..e33f59affa 100644 --- a/api-test/frontend/src/business/automation/scenario/component/StepExtendBtns.vue +++ b/api-test/frontend/src/business/automation/scenario/component/StepExtendBtns.vue @@ -138,7 +138,7 @@ export default { this.$emit('openScenario', response.data); } else { let automationData = this.$router.resolve({ - name: 'ApiAutomation', + name: 'ApiAutomationWithQuery', params: {redirectID: getUUID(), dataType: "scenario", dataSelectRange: 'edit:' + response.data.id} }); window.open(automationData.href, '_blank');