From 717df2c644d5f2260b14a2b9d836d482dc6ad694 Mon Sep 17 00:00:00 2001 From: Gitea Date: Thu, 31 Oct 2024 16:49:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=AA=E5=99=A8=E7=94=B3=E6=8A=A5=E9=A9=B3?= =?UTF-8?q?=E5=9B=9E=E9=94=99=E8=AF=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/instrument/components/InstrumentForm2.vue | 1 + 1 file changed, 1 insertion(+) 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 } });