|
@@ -79,7 +79,7 @@ import radioGroupUI from './../FormUI/radioGroup'
|
|
|
import checkboxUI from './../FormUI/checkbox'
|
|
|
import textareaUI from './../FormUI/textArea'
|
|
|
import DatePicker from '@/components/DatePicker'
|
|
|
-import { ref, defineEmits } from 'vue'
|
|
|
+import { ref, defineEmits, defineExpose } from 'vue'
|
|
|
const emit = defineEmits(['change', 'inputUpdateAutocomplete'])// 定义一个或多个自定义事件
|
|
|
const props = defineProps({items: Object})
|
|
|
const valid = ref(false)
|