From 90f6c45d0b98f19ee30c4ae7c1b21b4727b22f9f Mon Sep 17 00:00:00 2001 From: "xinxin.wu" Date: Wed, 12 Jun 2024 11:16: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=E6=94=B9=E6=B3=A8=E9=87=8A=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/api/modules/test-plan/testPlan.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/api/modules/test-plan/testPlan.ts b/frontend/src/api/modules/test-plan/testPlan.ts index 5ec5792ee7..59e671e9eb 100644 --- a/frontend/src/api/modules/test-plan/testPlan.ts +++ b/frontend/src/api/modules/test-plan/testPlan.ts @@ -345,7 +345,7 @@ export function getTestPlanAssociationApiList(data: TableQueryParams) { export function getTestPlanAssociationCaseList(data: TableQueryParams) { return MSR.post>({ url: TestPlanCaseAssociatedPageUrl, data }); } -// 功能用例-关联用例-接口用例-CASE +// 功能用例-关联用例-场景用例 export function getPlanScenarioAssociatedList(data: TableQueryParams) { return MSR.post>({ url: TestPlanScenarioAssociatedPageUrl, data }); }