Commit 6e6a93ef authored by jiaxu.yan's avatar jiaxu.yan

fix: 删除异常

parent a775c5b1
...@@ -90,6 +90,7 @@ ...@@ -90,6 +90,7 @@
const source = res[i]; const source = res[i];
const item = { const item = {
name: '序号' + (i + 1), name: '序号' + (i + 1),
show: true,
forceRender: true, forceRender: true,
Form: useForm( Form: useForm(
Object.assign({ schemas: formSchema, disabled }, baseFormConfig) as FormProps, Object.assign({ schemas: formSchema, disabled }, baseFormConfig) as FormProps,
......
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