fix(数据集): 自定义SQL节点点击编辑字段

This commit is contained in:
dataeaseShu 2024-02-01 14:43:56 +08:00
parent 4842f3e2bc
commit 8a7ce99b9d

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