forked from github/dataease
fix(数据集): 对查询重命名没有实时更新
This commit is contained in:
parent
c9d7eed24a
commit
73212a3866
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user