fix(接口测试): 场景批量编辑定时任务接口参数修复

This commit is contained in:
baiqi 2024-11-27 11:11:43 +08:00 committed by 刘瑞斌
parent aa046e18d2
commit 93a013a315
1 changed files with 1 additions and 1 deletions

View File

@ -1312,7 +1312,7 @@
projectId: appStore.currentProjectId, projectId: appStore.currentProjectId,
selectIds: batchParams.value?.selectedIds || [], selectIds: batchParams.value?.selectedIds || [],
...updateParam, ...updateParam,
moduleIds: batchConditionParams.moduleIds, ...batchConditionParams.moduleIds,
}); });
} else { } else {
await scenarioScheduleConfig(updateParam); await scenarioScheduleConfig(updateParam);