fix(接口测试): 修复首页定时任务通过跳转报错的缺陷
--bug=1026780 --user=王孝刚 【接口测试】github#24855,【接口测试】 首页-场景定时任务数量统计,从通过跳转的报告无法打开 https://www.tapd.cn/55049933/s/1380819
This commit is contained in:
parent
cd03dc0306
commit
ba9cd9f1e7
|
@ -375,7 +375,7 @@ export default {
|
||||||
if (report.reportType.indexOf('SCENARIO') !== -1 || report.reportType === 'API_INTEGRATED') {
|
if (report.reportType.indexOf('SCENARIO') !== -1 || report.reportType === 'API_INTEGRATED') {
|
||||||
this.currentProjectId = report.projectId;
|
this.currentProjectId = report.projectId;
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
path: 'report/view/' + report.id,
|
path: '/api/automation/report/view/' + report.id,
|
||||||
query: { list: true },
|
query: { list: true },
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue