|
@@ -90,7 +90,7 @@ function body(props) {
|
90
|
90
|
|
91
|
91
|
return (
|
92
|
92
|
<>
|
93
|
|
- <Form {...tailFormItemLayout} onSubmit={e => handleSubmit(e, props)} style={{ width: '800px', margin: 'auto' }}>
|
|
93
|
+ <Form {...tailFormItemLayout} onSubmit={e => handleSubmit(e)} style={{ width: '800px', margin: 'auto' }}>
|
94
|
94
|
<Form.Item label="客户ID" style={{ display: 'none' }}>
|
95
|
95
|
{getFieldDecorator('customerId')(
|
96
|
96
|
<Input
|
|
@@ -179,7 +179,7 @@ function body(props) {
|
179
|
179
|
</Form.Item>
|
180
|
180
|
<Form.Item style={{ display: 'flex', justifyContent: 'center' }}>
|
181
|
181
|
<Button type="primary" htmlType="submit" className={Styles.SubmitButton}>
|
182
|
|
- 搜索
|
|
182
|
+ 确定
|
183
|
183
|
</Button>
|
184
|
184
|
|
185
|
185
|
<Button onClick={() => router.go(-1)}>
|