From cca13e999507fd3bd0a260e8a76d619724b6efbe Mon Sep 17 00:00:00 2001 From: taojinlong Date: Tue, 11 Mar 2025 10:34:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=A4=8D=E5=88=B6apil?= =?UTF-8?q?ark=E5=A4=B1=E8=B4=A5=20(#15264)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: taojinlong --- .../src/views/visualized/data/datasource/form/index.vue | 2 -- .../src/views/visualized/data/datasource/index.vue | 1 - 2 files changed, 3 deletions(-) diff --git a/core/core-frontend/src/views/visualized/data/datasource/form/index.vue b/core/core-frontend/src/views/visualized/data/datasource/form/index.vue index 029de4be8a..0c8754a9ff 100644 --- a/core/core-frontend/src/views/visualized/data/datasource/form/index.vue +++ b/core/core-frontend/src/views/visualized/data/datasource/form/index.vue @@ -691,8 +691,6 @@ const init = (nodeInfo: Form | Param, id?: string, res?: object, supportSetKey: Object.assign(form, cloneDeep(defaultForm)) pid.value = id || '0' } - console.log(nodeInfo) - console.log(pid.value) activeStep.value = Number(editDs.value) activeApiStep.value = activeStep.value diff --git a/core/core-frontend/src/views/visualized/data/datasource/index.vue b/core/core-frontend/src/views/visualized/data/datasource/index.vue index 50eb6ff675..5f82d01a23 100644 --- a/core/core-frontend/src/views/visualized/data/datasource/index.vue +++ b/core/core-frontend/src/views/visualized/data/datasource/index.vue @@ -961,7 +961,6 @@ const handleClick = (tabName: TabPaneName) => { case 'table': tableData.value = [] listDatasourceTables({ datasourceId: nodeInfo.id }).then(res => { - console.log(nodeInfo) tableData.value = res.data initSearch() if (nodeInfo.type.startsWith('API') || nodeInfo.type === 'ExcelRemote') {