From 42874e29985313d5961230ef5c3a55db128fb6b9 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Mon, 1 Apr 2024 13:11:14 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=85=AC=E5=85=B1=E9=93=BE=E6=8E=A5=E5=A4=96=E9=83=A8?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E4=B8=8D=E6=94=AF=E6=8C=81=E5=8A=A8=E6=80=81?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E7=BB=84=E4=BB=B6=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, 4 insertions(+) diff --git a/core/frontend/src/store/index.js b/core/frontend/src/store/index.js index 32d675aa4d..077498ebfe 100644 --- a/core/frontend/src/store/index.js +++ b/core/frontend/src/store/index.js @@ -539,6 +539,10 @@ const data = { if (element.options.manualModify) { element.options.manualModify = false } + // 去掉动态时间 + if (element.options.attrs?.default?.isDynamic) { + element.options.attrs.default.isDynamic = false + } // 去掉首选项 if (element.options?.attrs?.selectFirst) { element.options.attrs.selectFirst = false