mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix(数据集): 修改无效数据集使用的无效源失败
This commit is contained in:
@@ -244,7 +244,13 @@ const saveSqlNode = (val: SqlNode, cb) => {
|
||||
}
|
||||
return
|
||||
}
|
||||
const obj = { info: JSON.stringify({ table: tableName, sql }), id, tableName, sqlVariableDetails }
|
||||
const obj = {
|
||||
info: JSON.stringify({ table: tableName, sql }),
|
||||
id,
|
||||
datasourceId,
|
||||
tableName,
|
||||
sqlVariableDetails
|
||||
}
|
||||
dfsNodeBack([obj], [id], state.nodeList)
|
||||
emits('reGetName')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user