Skip to content

Commit afe6ed4

Browse files
authored
Merge pull request #399 from tapdata/fix/ha-issue
Fix/ha issue
2 parents e4fe288 + f2c8003 commit afe6ed4

File tree

14 files changed

+609
-921
lines changed

14 files changed

+609
-921
lines changed

packages/business/src/views/verification/components/CollateMap.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default defineComponent({
2424
required: true,
2525
},
2626
},
27-
27+
emits: ['update:value'],
2828
setup(props, { emit }) {
2929
const setCharset = (value) => {
3030
selectedFields.value.forEach((key) => {
@@ -42,7 +42,7 @@ export default defineComponent({
4242
return acc
4343
}, {})
4444
45-
emit('input', result)
45+
emit('update:value', result)
4646
},
4747
})
4848

0 commit comments

Comments
 (0)