提交openAPiModel

pull/8298/head
xlh12306 2025-05-16 23:13:11 +08:00
parent fb188a83a1
commit 8fb81f331c
1 changed files with 2 additions and 1 deletions

View File

@ -75,10 +75,11 @@
});
//
const [registerForm, { setProps, resetFields, setFieldsValue, validate }] = useForm({
labelWidth: 150,
labelWidth: 100,
schemas: formSchema,
showActionButtonGroup: false,
baseColProps: { span: 24 },
wrapperCol: { span: 24 },
});
//
const [registerModal, { setModalProps, closeModal }] = useModalInner(async (data) => {