chenrui  2 years ago
parent
commit
6e13967870
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/components/Table/index.vue

+ 0 - 1
src/components/Table/index.vue

@@ -472,7 +472,6 @@ export default {
             this.page--;
             this.noMore = true;
             this.loading = false;
-            return;
           }
           const titleColumn = returnData.columnSet.find(
             (item) => item.needShow === 1