mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-02 20:19:16 +08:00
fix(测试计划): 修改注释错误
This commit is contained in:
parent
92f09ba18c
commit
90f6c45d0b
@ -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 });
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user