king
2024-12-05 4a356e81b1a456f0cb16f61f548c46171c26c1b6
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