king
2020-02-14 50e83416b0ff2b2447a3993eb40bd86b85daf8cf
src/tabviews/formtab/index.jsx
@@ -2,7 +2,7 @@
import PropTypes from 'prop-types'
import {connect} from 'react-redux'
import { is, fromJS } from 'immutable'
import { BackTop, notification, Spin, Tabs, Icon} from 'antd'
import { notification, Spin, Tabs, Icon} from 'antd'
import moment from 'moment'
import Api from '@/api'
@@ -445,13 +445,6 @@
            )
          })
        }
        <BackTop>
          <div className="ant-back-top">
            <div className="ant-back-top-content">
              <div className="ant-back-top-icon"></div>
            </div>
          </div>
        </BackTop>
        {viewlost ? <NotFount msg={this.state.lostmsg} /> : null}
      </div>
    )