src/tabviews/commontable/index.jsx
@@ -1302,7 +1302,7 @@ } render() { const { view, setting, searchlist, actions, columns, loadingview, viewlost, pickup, config, triggerBtn, userConfig, tabActive, chartId, search } = this.state const { view, setting, searchlist, pageSize, actions, columns, loadingview, viewlost, pickup, config, triggerBtn, userConfig, tabActive, chartId, search } = this.state return ( <div> @@ -1362,6 +1362,7 @@ config={config} setting={setting} columns={columns} pageSize={pageSize} dict={this.state.dict} data={this.state.data} total={this.state.total}