|
|
@ -19,8 +19,7 @@ const [register, { setFieldsValue, getFieldsValue, validateFields, resetFields, |
|
|
|
baseColProps: { |
|
|
|
baseColProps: { |
|
|
|
span: 24, |
|
|
|
span: 24, |
|
|
|
}, |
|
|
|
}, |
|
|
|
showSubmitButton: false, |
|
|
|
showActionButtonGroup: false, |
|
|
|
showResetButton: false, |
|
|
|
|
|
|
|
}) |
|
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
const [innerRegister, { changeLoading, closeModal }] = useModalInner((data: NotifyTemplate) => { |
|
|
|
const [innerRegister, { changeLoading, closeModal }] = useModalInner((data: NotifyTemplate) => { |
|
|
|