fix: playground formref is invalid

This commit is contained in:
jialin
2025-11-12 14:57:39 +08:00
parent 11a676be83
commit cbc000d35a
17 changed files with 110 additions and 449 deletions
@@ -454,6 +454,7 @@ const AddModal: FC<AddModalProps> = (props) => {
form.current?.form?.setFieldsValue({
...props.initialValues
});
console.log('handleOnOpen - modelFiles:', props.initialValues);
handleOnValuesChange?.({
changedValues: {},
allValues: {
@@ -530,7 +531,6 @@ const AddModal: FC<AddModalProps> = (props) => {
closeIcon={false}
maskClosable={false}
keyboard={false}
zIndex={2000}
styles={{
body: {
height: 'calc(100vh - 57px)',