fix(接口定义): 修复引用场景无法跳转到详情页的缺陷
--bug=1018058 --user=王孝刚 【接口测试】接口自动化打开场景没有跳转到场景详情页中 https://www.tapd.cn/55049933/s/1262133
This commit is contained in:
parent
f56681a788
commit
3dcb4458db
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue