king
2019-12-26 4c2ef2d3a98d7d9a2592721db2f5858528eb5c86
src/tabviews/subtable/index.jsx
@@ -4,9 +4,9 @@
import { notification, Spin} from 'antd'
import moment from 'moment'
import Api from '@/api'
import SubSearch from './subSearch'
import SubAction from './subAction'
import SubTable from './subTable'
import SubAction from '@/tabviews/tableshare/actionList'
import SubSearch from '@/tabviews/tableshare/topSearch'
import NotFount from '@/components/404'
import zhCN from '@/locales/zh-CN/main.js'
import enUS from '@/locales/en-US/main.js'
@@ -498,13 +498,14 @@
        {actions &&
          <SubAction
            ref="subButton"
            MenuID={this.props.SupMenuID}
            BID={this.props.BID}
            type="sub"
            setting={setting}
            actions={actions}
            BID={this.props.BID}
            dict={this.state.dict}
            MenuID={this.props.SupMenuID}
            refreshdata={this.refreshbyaction}
            gettableselected={this.gettableselected}
            actions={actions}
            dict={this.state.dict}
          />
        }
        {columns &&