Commit 8ecd6edc by 莫晓莉

下载

parent 96d15519
......@@ -57,6 +57,13 @@ export function getList(data) {
method: 'post'
})
}
// 根据作业ID获取执行日志记录内容
export function downloadJobRecord(data) {
return request({
url: 'kettle/jobRecord/downloadJobRecord?recordId='+data,
method: 'post'
})
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment