diff --git a/jeecgboot-vue3/src/views/instrument/components/InstrumentForm2.vue b/jeecgboot-vue3/src/views/instrument/components/InstrumentForm2.vue index c672d66..b902ce1 100644 --- a/jeecgboot-vue3/src/views/instrument/components/InstrumentForm2.vue +++ b/jeecgboot-vue3/src/views/instrument/components/InstrumentForm2.vue @@ -39,6 +39,7 @@ const formData = reactive>({ id: '', reject: '', + declarationUnit:'', }); const { createMessage } = useMessage(); const labelCol = ref({ xs: { span: 24 }, sm: { span: 5 } });