From 768bc58b16f23c55ce9eb34bb58173313fd30bab Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 21 九月 2020 11:14:20 +0800 Subject: [PATCH] 2020-09-21 --- src/templates/zshare/formconfig.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/templates/zshare/formconfig.jsx b/src/templates/zshare/formconfig.jsx index 060c858..5dc3afa 100644 --- a/src/templates/zshare/formconfig.jsx +++ b/src/templates/zshare/formconfig.jsx @@ -1211,7 +1211,7 @@ type: 'select', key: 'textFormat', label: Formdict['header.form.format'], - initVal: card.format || '', + initVal: card.textFormat || '', options: [{ value: '', text: Formdict['model.empty'] -- Gitblit v1.8.0