Merge pull request #7966 from dataease/pr@dev-v2_query_com

fix(数据集): 自定义SQL节点点击编辑字段
This commit is contained in:
dataeaseShu 2024-02-01 14:44:50 +08:00 committed by GitHub
commit 9fb2610f81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'])