mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-11-29 18:48:13 +08:00
fix(接口测试): 场景批量编辑定时任务接口参数修复
This commit is contained in:
parent
d5470a8f15
commit
4039bab50e
@ -1306,11 +1306,13 @@
|
||||
updateParam.config.environmentId = undefined;
|
||||
}
|
||||
if (isBatch.value) {
|
||||
const batchConditionParams = await getBatchConditionParams();
|
||||
await scenarioBatchEditSchedule({
|
||||
...batchParams.value,
|
||||
projectId: appStore.currentProjectId,
|
||||
selectIds: batchParams.value?.selectedIds || [],
|
||||
...updateParam,
|
||||
moduleIds: batchConditionParams.moduleIds,
|
||||
});
|
||||
} else {
|
||||
await scenarioScheduleConfig(updateParam);
|
||||
|
Loading…
Reference in New Issue
Block a user