mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix(数据集): 单源跨源
This commit is contained in:
@@ -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 || []
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user