Merge pull request #12571 from dataease/pr@dev-v2_st

fix(数据集): 对查询重命名没有实时更新
This commit is contained in:
dataeaseShu 2024-10-08 17:47:31 +08:00 committed by GitHub
commit 95823a0332
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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