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

fixed form

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