fix(测试跟踪): 测试计划中测试用例名称跳转问题
--bug=1023956 --user=宋昌昌 【测试跟踪】github #22398,测试计划中测试用例的页面, 打开右上角的链接无法的进入原有的用例 https://www.tapd.cn/55049933/s/1345321
This commit is contained in:
parent
59e77059b5
commit
6fa48f1830
|
@ -618,16 +618,7 @@ export default {
|
||||||
this.relationGraphOpen = val;
|
this.relationGraphOpen = val;
|
||||||
},
|
},
|
||||||
openTestTestCase(item) {
|
openTestTestCase(item) {
|
||||||
let TestCaseData = this.$router.resolve({
|
openCaseEdit({caseId: item.caseId}, this);
|
||||||
path: "/track/case/all",
|
|
||||||
query: {
|
|
||||||
redirectID: getUUID(),
|
|
||||||
dataType: "testCase",
|
|
||||||
dataSelectRange: item.caseId,
|
|
||||||
projectId: item.projectId,
|
|
||||||
},
|
|
||||||
});
|
|
||||||
window.open(TestCaseData.href, "_blank");
|
|
||||||
},
|
},
|
||||||
addPLabel(str) {
|
addPLabel(str) {
|
||||||
return "<p>" + str + "</p>";
|
return "<p>" + str + "</p>";
|
||||||
|
|
Loading…
Reference in New Issue