|
@@ -4,7 +4,7 @@ import { Row, Col, Menu, Dropdown } from 'antd';
|
4
|
4
|
import NewUsers from './components/NewUsers'
|
5
|
5
|
// import XForm, { FieldTypes } from '../../components/XForm';
|
6
|
6
|
import moment from 'moment';
|
7
|
|
-
|
|
7
|
+import router from 'umi/router';
|
8
|
8
|
import EChart from '../../components/EchartsTest/EChart';
|
9
|
9
|
import request from '../../utils/request';
|
10
|
10
|
import apis from '../../services/apis';
|
|
@@ -101,6 +101,7 @@ const header = props => {
|
101
|
101
|
<Button type="primary" htmlType="submit" style={{ marginLeft: '30px' }} onClick={datalist}>
|
102
|
102
|
搜索
|
103
|
103
|
</Button>
|
|
104
|
+ <Button type="danger" onClick={() => router.go(-1)} style={{ marginBottom: '18px', marginLeft: '30px' }}>返回</Button>
|
104
|
105
|
<div>
|
105
|
106
|
<NewUsers BuildSelectHide={true} endDate={endDate} startDate={startDate} dataZoom={true} ></NewUsers>
|
106
|
107
|
{/* */}
|