From 95696f109477a7a312a66171a473c6ba027f226d Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 5 Dec 2023 14:19:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=87=E6=9C=AC=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E5=BC=80=E5=90=AF=E5=BF=85=E5=A1=AB=E5=90=8E=E9=A6=96=E6=AC=A1?= =?UTF-8?q?=E8=BF=87=E6=BB=A4=E7=BB=93=E6=9E=9C=E4=B8=8E=E5=A4=96=E9=83=A8?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E5=86=B2=E7=AA=81=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/store/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/frontend/src/store/index.js b/core/frontend/src/store/index.js index 91dece30ba..db4c2fcc93 100644 --- a/core/frontend/src/store/index.js +++ b/core/frontend/src/store/index.js @@ -524,8 +524,8 @@ const data = { element.options.manualModify = false } // 去掉首选项 - if (element.options?.attr?.selectFirst) { - element.options.attr.selectFirst = false + if (element.options?.attrs?.selectFirst) { + element.options.attrs.selectFirst = false } } })