fix: 接口测试的首页中的 “运行中的定时任务”列表无法跳转
This commit is contained in:
parent
7a5ab7e1f4
commit
6310466539
|
@ -119,6 +119,8 @@ export default {
|
|||
this.$emit('redirectPage','testPlanEdit','', param.scenarioId);
|
||||
}else if (param.taskGroup === 'API_SCENARIO_TEST') {
|
||||
this.$emit('redirectPage', 'scenario', 'scenario', 'edit:' + param.scenarioId);
|
||||
} else if (param.taskGroup === 'SWAGGER_IMPORT') {
|
||||
this.$emit('redirectPage', 'api', 'api', 'edit:' + param.scenarioId);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue