fix(数据集): 单源跨源

This commit is contained in:
dataeaseShu
2025-04-16 11:02:58 +08:00
committed by Junjun
parent 22a9ac59dc
commit 0ec936f2cd

View File

@@ -1097,7 +1097,7 @@ const handleFieldschange = val => {
const arr = []
const allfieldsCopy = cloneDeep(unref(allfields))
dfsNodeList(arr, datasetDrag.value.getNodeList())
enumValueDs({ dataset: { union: arr, allFields: allfieldsCopy }, field })
enumValueDs({ dataset: { union: arr, allFields: allfieldsCopy, isCross: isCross.value }, field })
.then(res => {
enumValue.value = res || []
})