| | |
| | | import PropTypes from 'prop-types' |
| | | import { is, fromJS } from 'immutable' |
| | | import {connect} from 'react-redux' |
| | | import { BackTop, notification, Button } from 'antd' |
| | | import { notification, Button } from 'antd' |
| | | import MutilForm from '@/components/mutilform' |
| | | import {refreshTabView} from '@/store/action' |
| | | import Api from '@/api' |
| | |
| | | </div> |
| | | </div>) |
| | | } |
| | | {/* 返回顶部 */} |
| | | <BackTop> |
| | | <div className="ant-back-top"> |
| | | <div className="ant-back-top-content"> |
| | | <div className="ant-back-top-icon"></div> |
| | | </div> |
| | | </div> |
| | | </BackTop> |
| | | </div> |
| | | ) |
| | | } |