From 6fa48f1830de1f918eee731749a14d497fa99c00 Mon Sep 17 00:00:00 2001 From: song-cc-rock Date: Mon, 6 Mar 2023 14:22:21 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92=E4=B8=AD=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E7=94=A8=E4=BE=8B=E5=90=8D=E7=A7=B0=E8=B7=B3=E8=BD=AC=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1023956 --user=宋昌昌 【测试跟踪】github #22398,测试计划中测试用例的页面, 打开右上角的链接无法的进入原有的用例 https://www.tapd.cn/55049933/s/1345321 --- .../comonents/functional/FunctionalTestCaseEdit.vue | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/test-track/frontend/src/business/plan/view/comonents/functional/FunctionalTestCaseEdit.vue b/test-track/frontend/src/business/plan/view/comonents/functional/FunctionalTestCaseEdit.vue index 4041cc4f8f..1f127dec0e 100644 --- a/test-track/frontend/src/business/plan/view/comonents/functional/FunctionalTestCaseEdit.vue +++ b/test-track/frontend/src/business/plan/view/comonents/functional/FunctionalTestCaseEdit.vue @@ -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 "

" + str + "

";