forked from github/dataease
fix: 新建关联数据集,无法设置关联字段
This commit is contained in:
parent
1bb2d2d324
commit
1818dc178c
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user