mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix: 修复复制apilark失败 (#15264)
Co-authored-by: taojinlong <jinlong@fit2cloud.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user