diff --git a/test-track/frontend/src/business/plan/view/comonents/api/TestPlanApiCaseList.vue b/test-track/frontend/src/business/plan/view/comonents/api/TestPlanApiCaseList.vue index d86c238ef4..1e1db96465 100644 --- a/test-track/frontend/src/business/plan/view/comonents/api/TestPlanApiCaseList.vue +++ b/test-track/frontend/src/business/plan/view/comonents/api/TestPlanApiCaseList.vue @@ -704,7 +704,7 @@ export default { }, handleRunBatch(config) { let obj = { - planIds: this.testPlanCaseIds, + planCaseIds: this.testPlanCaseIds, config: config, triggerMode: "BATCH", projectId: getCurrentProjectID(),