fix(接口测试): 场景批量编辑定时任务接口参数修复
This commit is contained in:
parent
aa046e18d2
commit
93a013a315
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue