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

fix(数据集): 添加一个节点未提示
This commit is contained in:
xuwei-fit2cloud 2024-11-29 16:54:23 +08:00 committed by GitHub
commit d79db4e803
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -757,6 +757,7 @@ const tabChange = val => {
const addComplete = () => {
state.nodeNameList = [...datasetDrag.value.nodeNameList]
changeUpdate()
if (!state.nodeNameList?.length) {
columns.value = []
tableData.value = []