From 7e007403c905f5a34814067c3aa1653e115a85c2 Mon Sep 17 00:00:00 2001 From: xiaohuang <1559741705@qq.com> Date: Thu, 25 Apr 2024 09:07:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E4=BA=A7=E7=BB=93=E6=9E=84=E6=B5=8B?= =?UTF-8?q?=E8=AF=952?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/etl/etl.js | 4 +- src/views/etl/construction/index.vue | 100 +++++++++++++-------------- 2 files changed, 52 insertions(+), 52 deletions(-) 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 @@