king
2020-12-08 655ac8aef54bc134c1420c19975023182a10cae4
src/tabviews/custom/components/table/normal-table/index.jsx
@@ -17,7 +17,7 @@
// 通用组件
const MainAction = asyncSpinComponent(() => import('@/tabviews/zshare/actionList'))
const MainTable = asyncSpinComponent(() => import('@/tabviews/zshare/normalTable'))
const MainTable = asyncSpinComponent(() => import('@/tabviews/custom/components/share/normalTable'))
class NormalTable extends Component {
  static propTpyes = {
@@ -150,6 +150,7 @@
      this.setState({
        data: result.data.map((item, index) => {
          item.key = index
          item.$$uuid = item[setting.primaryKey] || ''
          return item
        }),
        total: result.total,
@@ -499,6 +500,7 @@
            fields={config.columns}
            total={this.state.total}
            MenuID={this.props.MenuID}
            lineMarks={config.lineMarks}
            loading={this.state.loading}
            refreshdata={this.refreshbytable}
            statFValue={this.state.statFValue}