mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 19:42:56 +08:00
fix: 新建关联数据集,无法设置关联字段
This commit is contained in:
parent
1bb2d2d324
commit
1818dc178c
@ -41,6 +41,7 @@ const init = () => {
|
|||||||
addUnion()
|
addUnion()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
const emit = defineEmits(['changeUnionFields', 'changeUnionType'])
|
||||||
const addUnion = () => {
|
const addUnion = () => {
|
||||||
emit('changeUnionFields')
|
emit('changeUnionFields')
|
||||||
}
|
}
|
||||||
@ -49,8 +50,6 @@ const removeUnionItem = index => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
init()
|
init()
|
||||||
|
|
||||||
const emit = defineEmits(['changeUnionFields', 'changeUnionType'])
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
Loading…
Reference in New Issue
Block a user