fix(数据集): 对查询重命名没有实时更新

This commit is contained in:
dataeaseShu 2024-10-08 17:47:09 +08:00
parent c9d7eed24a
commit 73212a3866

View File

@ -246,6 +246,7 @@ const saveSqlNode = (val: SqlNode, cb) => {
}
const obj = { info: JSON.stringify({ table: tableName, sql }), id, tableName, sqlVariableDetails }
dfsNodeBack([obj], [id], state.nodeList)
emits('reGetName')
}
const setChangeStatus = (to, from) => {