diff --git a/src/api/etl/etl.js b/src/api/etl/etl.js index 4808490..06c475b 100644 --- a/src/api/etl/etl.js +++ b/src/api/etl/etl.js @@ -54,9 +54,9 @@ export function delInfo(id) { //获取 -export function getTableInfo(){ +export function getTableTree(){ return request({ - url: 'etl/info/dataConstruct', + url: 'etl/info/getTableTree', method: 'get' }) } diff --git a/src/views/etl/construction/index.vue b/src/views/etl/construction/index.vue index 3cc533c..466c686 100644 --- a/src/views/etl/construction/index.vue +++ b/src/views/etl/construction/index.vue @@ -1,15 +1,24 @@