fix(测试跟踪): 修复列表参数传递错误导致无法执行问题
--bug=1021782 --user=赵勇 【接口测试】在测试计划中使用 LOCAL 资源池批量执行接口测试用例没有反应 https://www.tapd.cn/55049933/s/1325167
This commit is contained in:
parent
713aa02f67
commit
b2944befd8
|
@ -704,7 +704,7 @@ export default {
|
|||
},
|
||||
handleRunBatch(config) {
|
||||
let obj = {
|
||||
planIds: this.testPlanCaseIds,
|
||||
planCaseIds: this.testPlanCaseIds,
|
||||
config: config,
|
||||
triggerMode: "BATCH",
|
||||
projectId: getCurrentProjectID(),
|
||||
|
|
Loading…
Reference in New Issue