fix: 修复复制apilark失败 (#15264)

Co-authored-by: taojinlong <jinlong@fit2cloud.com>
This commit is contained in:
taojinlong
2025-03-11 10:34:22 +08:00
committed by GitHub
parent 5520526740
commit cca13e9995
2 changed files with 0 additions and 3 deletions

View File

@@ -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

View File

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