From 589629f96e4e5fadaf4b7517abd4ae59cdd5d69a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Wed, 27 Sep 2023 11:39:32 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E8=A1=A8=E5=8D=95=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E5=80=BC=E5=9B=9E=E6=98=BE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/customField/AddForm.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/customField/AddForm.vue b/src/components/customField/AddForm.vue index 550db550..40cc4645 100644 --- a/src/components/customField/AddForm.vue +++ b/src/components/customField/AddForm.vue @@ -401,6 +401,8 @@ export default { } } this.formInline[field.dbFieldName] = valueArr + } else { + this.formInline[field.dbFieldName] = undefined } }) const dictField = formList.filter(tt => tt.fieldShowType === FieldType.OPTION_SINGLE.value)