Commit ccbb6fc1 by 莫晓莉

流程图转换

parent c8a08570
......@@ -227,6 +227,16 @@ export function inputOutputFields(data) {
})
}
//启动
export function doRun(data) {
return request({
url: 'etlweb/trans/run',
data,
method: 'post'
})
}
//执行转换
export function doTrans(data) {
return request({
......@@ -254,3 +264,5 @@ export function doTrans(data) {
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