Commit 66ed2018 authored by 前端-许佳敏's avatar 前端-许佳敏

字段为空修复

parent 53ad5120
......@@ -156,6 +156,7 @@ const AddUser: React.FC<{}> = () => {
initialValues={formData}
actions={userActions}
editable={pageStatus !== PageStatus.PREVIEW}
previewPlaceholder=' '
effects={($, {setFieldState}) => {
$('onFormInit').subscribe(() => {
if (id) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment