From 3b5521087ad153c94a2b6d1dffe5d37052816ffd Mon Sep 17 00:00:00 2001 From: ulleo Date: Thu, 30 May 2024 17:48:15 +0800 Subject: [PATCH] =?UTF-8?q?fix(X-Pack):=20=E4=BF=AE=E5=A4=8D=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=A1=AB=E6=8A=A5=E7=BC=96=E8=BE=91=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E6=97=B6=E5=88=87=E6=8D=A2=E4=B8=8B=E6=8B=89=E6=A1=86=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E5=A4=9A=E9=80=89=E6=97=B6=EF=BC=8C=E5=9C=A8=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E4=BF=9D=E5=AD=98=E9=A1=B5=E9=9D=A2=E4=B8=8A=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93=E5=AD=97=E6=AE=B5=E7=B1=BB=E5=9E=8B=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E4=B8=8D=E6=AD=A3=E7=A1=AE=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/views/dataFilling/form/create.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/frontend/src/views/dataFilling/form/create.vue b/core/frontend/src/views/dataFilling/form/create.vue index b2c4cb391a..1a42a7ee79 100644 --- a/core/frontend/src/views/dataFilling/form/create.vue +++ b/core/frontend/src/views/dataFilling/form/create.vue @@ -400,10 +400,8 @@ export default { item.value = [] } else { item.value = undefined - if (item.settings.mapping.type === 'text') { - item.settings.mapping.type = undefined - } } + item.settings.mapping.type = undefined }, getRules(item) { let rules = []