Commit 8a8ffc51 authored by zinkey's avatar zinkey Committed by 陈帅

fixed form

parent e37787a2
...@@ -57,8 +57,7 @@ const tableData = [ ...@@ -57,8 +57,7 @@ const tableData = [
}, },
]; ];
@connect(({ global, loading }) => ({ @connect(({ loading }) => ({
collapsed: global.collapsed,
submitting: loading.effects['form/submitAdvancedForm'], submitting: loading.effects['form/submitAdvancedForm'],
})) }))
@Form.create() @Form.create()
......
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