src/tabviews/custom/components/table/base-table/index.jsx
@@ -73,6 +73,10 @@ _config.setting.onload = 'false' } if (setting.tableMode === 'fast') { _config.lineMarks = null } _config.style = _config.style || {} this.setState({ @@ -454,7 +458,7 @@ /** * @description 表格条件改变时重置数据(分页或排序) */ refreshbytable = (pagination, filters, sorter) => { refreshbytable = (pagination, sorter) => { if (!sorter) { // 无人值守 this.setState({ pageIndex: pagination.pageIndex