From f9336890e8f7b04e06d617b486413e9dc6ee8b19 Mon Sep 17 00:00:00 2001 From: "xinxin.wu" Date: Tue, 24 Sep 2024 15:35:44 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E7=94=A8=E4=BE=8B=E8=AF=A6=E6=83=85=E5=BF=AB=E5=88=9B?= =?UTF-8?q?=E7=BC=BA=E9=99=B7=E5=90=8D=E7=A7=B0=E5=9B=9E=E6=98=BE=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../test-plan/testPlan/detail/featureCase/detail/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/test-plan/testPlan/detail/featureCase/detail/index.vue b/frontend/src/views/test-plan/testPlan/detail/featureCase/detail/index.vue index 45dffe56a1..ec9f53e84b 100644 --- a/frontend/src/views/test-plan/testPlan/detail/featureCase/detail/index.vue +++ b/frontend/src/views/test-plan/testPlan/detail/featureCase/detail/index.vue @@ -237,7 +237,7 @@ :fill-config="{ isQuickFillContent: true, detailId: activeId, - name: planDetail.name, + name: caseDetail.name, }" :case-type="CaseLinkEnum.FUNCTIONAL" @success="loadBugListAndCaseDetail"