fix(接口测试): 修复首页七天内更新接口跳转不过去的问题
--bug=1036634 --user=宋天阳 【接口测试 】github#29211【首页】的统计页面里,点击过去7天有更新的接口时,跳转不了 https://www.tapd.cn/55049933/s/1517616
This commit is contained in:
parent
ca77cef4f7
commit
6a94b4d742
|
@ -152,7 +152,7 @@ export default {
|
|||
if (!hasPermission('PROJECT_API_DEFINITION:READ')) {
|
||||
return;
|
||||
}
|
||||
this.redirectPageWithDataType('api', 'api', 'edit:' + row.id);
|
||||
this.redirectPage('api', 'api', 'edit:' + row.id);
|
||||
}
|
||||
},
|
||||
search(versionId) {
|
||||
|
|
Loading…
Reference in New Issue