fix(测试跟踪): 测试计划中测试用例名称跳转问题

--bug=1023956 --user=宋昌昌 【测试跟踪】github #22398,测试计划中测试用例的页面, 打开右上角的链接无法的进入原有的用例 https://www.tapd.cn/55049933/s/1345321
This commit is contained in:
song-cc-rock 2023-03-06 14:22:21 +08:00 committed by jianxing
parent 59e77059b5
commit 6fa48f1830
1 changed files with 1 additions and 10 deletions

View File

@ -618,16 +618,7 @@ export default {
this.relationGraphOpen = val;
},
openTestTestCase(item) {
let TestCaseData = this.$router.resolve({
path: "/track/case/all",
query: {
redirectID: getUUID(),
dataType: "testCase",
dataSelectRange: item.caseId,
projectId: item.projectId,
},
});
window.open(TestCaseData.href, "_blank");
openCaseEdit({caseId: item.caseId}, this);
},
addPLabel(str) {
return "<p>" + str + "</p>";