添加了浮窗最小话以及一键写入日期

This commit is contained in:
2026-06-18 12:41:45 +08:00
parent 88c374952a
commit acaf13ff95
8 changed files with 177 additions and 15 deletions

View File

@@ -76,3 +76,12 @@ export function batchDelayStep (data) {
data: data
})
}
// 批量设定步骤结束时间
export function batchSetEndTimeStep (data) {
return request({
url: '/oa/projectScheduleStep/batch-set-end',
method: 'put',
data: data
})
}