fix(测试跟踪): 修复列表参数传递错误导致无法执行问题

--bug=1021782 --user=赵勇 【接口测试】在测试计划中使用 LOCAL 资源池批量执行接口测试用例没有反应 https://www.tapd.cn/55049933/s/1325167
This commit is contained in:
fit2-zhao 2023-01-10 15:50:15 +08:00 committed by fit2-zhao
parent 713aa02f67
commit b2944befd8
1 changed files with 1 additions and 1 deletions

View File

@ -704,7 +704,7 @@ export default {
},
handleRunBatch(config) {
let obj = {
planIds: this.testPlanCaseIds,
planCaseIds: this.testPlanCaseIds,
config: config,
triggerMode: "BATCH",
projectId: getCurrentProjectID(),