forked from github/dataease
Merge pull request #7966 from dataease/pr@dev-v2_query_com
fix(数据集): 自定义SQL节点点击编辑字段
This commit is contained in:
commit
9fb2610f81
@ -773,7 +773,7 @@ defineExpose({
|
||||
|
||||
const handleActiveNode = ele => {
|
||||
activeNodeId.value = ele.id
|
||||
handleCommand(ele, ele.type === 'sql' ? 'editerSql' : 'editerField')
|
||||
handleCommand(ele, 'editerField')
|
||||
}
|
||||
|
||||
const emits = defineEmits(['addComplete', 'joinEditor', 'updateAllfields'])
|
||||
|
Loading…
Reference in New Issue
Block a user