fix(测试跟踪): 测试计划功能用例跨项目跳转出错

--bug=1016161 --user=陈建星 【测试跟踪】从测试计划处编辑功能用例,所属模块为空 https://www.tapd.cn/55049933/s/1231900
This commit is contained in:
AnAngle 2022-08-23 21:44:26 +08:00 committed by jianxing
parent 7979b129dc
commit 16b140109d
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@ export default {
},
openTestTestCase(item) {
let TestCaseData = this.$router.resolve(
{path: '/track/case/all', query: {redirectID: getUUID(), dataType: "testCase", dataSelectRange: item.caseId}}
{path: '/track/case/all', query: {redirectID: getUUID(), dataType: "testCase", dataSelectRange: item.caseId, projectId: item.projectId}}
);
window.open(TestCaseData.href, '_blank');
},