fix(测试计划): 修改注释错误

This commit is contained in:
xinxin.wu 2024-06-12 11:16:44 +08:00 committed by 刘瑞斌
parent 92f09ba18c
commit 90f6c45d0b

View File

@ -345,7 +345,7 @@ export function getTestPlanAssociationApiList(data: TableQueryParams) {
export function getTestPlanAssociationCaseList(data: TableQueryParams) {
return MSR.post<CommonList<ApiCaseDetail>>({ url: TestPlanCaseAssociatedPageUrl, data });
}
// 功能用例-关联用例-接口用例-CASE
// 功能用例-关联用例-场景用例
export function getPlanScenarioAssociatedList(data: TableQueryParams) {
return MSR.post<CommonList<ApiCaseDetail>>({ url: TestPlanScenarioAssociatedPageUrl, data });
}