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') {