king
2023-08-16 7e46c386be5c2cfc20af3936d26839ad3fce44b0
src/tabviews/custom/components/table/edit-table/index.jsx
@@ -252,10 +252,15 @@
        return item
      })
      let total = result.total || 0
      if (config.setting.custompage && data.length) {
        total = data[data.length - 1].mk_total || 0
      }
      this.setState({
        data: data,
        selectedData: [],
        total: result.total,
        total: total,
        loading: false
      })