Merge pull request #6343 from dataease/pr@dev-v2_dzz

fix: 新建关联数据集,无法设置关联字段
This commit is contained in:
dataeaseShu
2023-10-24 18:21:08 +08:00
committed by GitHub

View File

@@ -41,6 +41,7 @@ const init = () => {
addUnion()
}
}
const emit = defineEmits(['changeUnionFields', 'changeUnionType'])
const addUnion = () => {
emit('changeUnionFields')
}
@@ -49,8 +50,6 @@ const removeUnionItem = index => {
}
init()
const emit = defineEmits(['changeUnionFields', 'changeUnionType'])
</script>
<template>