|
@@ -6,6 +6,7 @@ import apis from '../../../services/apis';
|
6
|
6
|
import Styles from './style.less';
|
7
|
7
|
import { router } from 'umi';
|
8
|
8
|
import AuthButton from '@/components/AuthButton';
|
|
9
|
+import BuildingSelect from '@/components/SelectButton/BuildSelect';
|
9
|
10
|
|
10
|
11
|
|
11
|
12
|
const { Option } = Select;
|
|
@@ -215,6 +216,11 @@ function body(props) {
|
215
|
216
|
</Select>,
|
216
|
217
|
)}
|
217
|
218
|
</Form.Item>
|
|
219
|
+ <Form.Item>
|
|
220
|
+ {getFieldDecorator('buildingId')(
|
|
221
|
+ <BuildingSelect />,
|
|
222
|
+ )}
|
|
223
|
+ </Form.Item>
|
218
|
224
|
<Form.Item style={{ position:'absolute',right:'38px' }}>
|
219
|
225
|
<Button type="primary" htmlType="submit" >
|
220
|
226
|
搜索
|