fix(接口定义): 修复引用场景无法跳转到详情页的缺陷

--bug=1018058 --user=王孝刚 【接口测试】接口自动化打开场景没有跳转到场景详情页中
https://www.tapd.cn/55049933/s/1262133
This commit is contained in:
wxg0103 2022-10-14 18:12:36 +08:00 committed by 刘瑞斌
parent f56681a788
commit 3dcb4458db
1 changed files with 1 additions and 1 deletions

View File

@ -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');