fix(接口测试): 场景批量编辑定时任务接口参数修复
This commit is contained in:
parent
aa046e18d2
commit
93a013a315
|
@ -1312,7 +1312,7 @@
|
|||
projectId: appStore.currentProjectId,
|
||||
selectIds: batchParams.value?.selectedIds || [],
|
||||
...updateParam,
|
||||
moduleIds: batchConditionParams.moduleIds,
|
||||
...batchConditionParams.moduleIds,
|
||||
});
|
||||
} else {
|
||||
await scenarioScheduleConfig(updateParam);
|
||||
|
|
Loading…
Reference in New Issue