Commit cb101400 by 莫晓莉

javascript

parent 5ab0f3e2
......@@ -356,6 +356,35 @@ export function nextSteps(data) {
})
}
//获取脚本javascript代码的文件夹列表
export function getLeftTree(data) {
return request({
url: 'etlweb/script/tree',
data,
method: 'post'
})
}
//测试脚本
export function testData(data) {
return request({
url: 'etlweb/script/testData',
data,
method: 'post'
})
}
//测试
export function testScript(data) {
return request({
url: 'etlweb/script/test',
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