king
2019-12-30 84e806945ef8982508a79e0b62a7bcb0881b108c
src/tabviews/subtable/index.jsx
@@ -7,11 +7,14 @@
import SubTable from './subTable'
import SubAction from '@/tabviews/tableshare/actionList'
import SubSearch from '@/tabviews/tableshare/topSearch'
// import asyncComponent from '@/utils/asyncLoadComponent'
import NotFount from '@/components/404'
import zhCN from '@/locales/zh-CN/main.js'
import enUS from '@/locales/en-US/main.js'
import Utils from '@/utils/utils.js'
import './index.scss'
// const SubTabTable = asyncComponent(() => import('@/tabviews/subtabtable'))
export default class NormalTable extends Component {
  static propTpyes = {
@@ -532,6 +535,7 @@
            buttonTrigger={this.buttonTrigger}
          />
        }
        {/* {<SubTabTable SupMenuID={this.props.SupMenuID} MenuID={this.props.MenuID} Tab={this.props.Tab} BID={this.props.BID} />} */}
        {viewlost ? <NotFount msg={this.state.lostmsg} /> : null}
      </div>
    )