新增编辑调度任务前端逻辑

This commit is contained in:
zCans
2022-09-13 21:53:26 +08:00
parent 688296a501
commit f9d9e9e9fc
2 changed files with 71 additions and 5 deletions
+8
View File
@@ -26,3 +26,11 @@ export function execute(data) {
data: data
})
}
export function updateJobInfo(data) {
return request({
url: '/job-info/update',
method: 'post',
data: data
})
}