From e24c707ba13733903c310334fb0bbee1667ca4f6 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 20 八月 2022 22:24:46 +0800 Subject: [PATCH] 2022-08-20 --- src/menu/components/form/formaction/formconfig.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/menu/components/form/formaction/formconfig.jsx b/src/menu/components/form/formaction/formconfig.jsx index 7f54c4d..0f9e6e7 100644 --- a/src/menu/components/form/formaction/formconfig.jsx +++ b/src/menu/components/form/formaction/formconfig.jsx @@ -101,7 +101,7 @@ type: 'radio', key: 'sqlType', label: Formdict['header.form.action.type'], - initVal: card.sqlType || 'update', + initVal: card.sqlType || '', required: true, options: [{ value: 'insert', -- Gitblit v1.8.0