新增编辑调度任务前端逻辑
This commit is contained in:
@@ -26,3 +26,11 @@ export function execute(data) {
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
export function updateJobInfo(data) {
|
||||
return request({
|
||||
url: '/job-info/update',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user