wupengfei
6 天以前 4f52b02ee2db3a9a3b00411b2a1ebfc8eb8c5a7c
packages/components/src/Input/ChooseInputWithPicker.vue
@@ -22,7 +22,7 @@
const props = withDefaults(defineProps<Props>(), {
  enumLabelKey: 'label',
  enumValueKey: 'code',
  enumValueKey: 'value',
});
const emit = defineEmits<{