浏览代码

excel 导出 分页递增bug

yuliang 3 年之前
父节点
当前提交
50cfa1e889
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/controls/grid.js

+ 1 - 0
src/controls/grid.js

@@ -387,6 +387,7 @@ export default function () {
 
 
                 if (page < total / size) {
                 if (page < total / size) {
                     page++
                     page++
+                    me.exportExcelCurrentPage = page
                 }
                 }
                 scope.setLoading(false)
                 scope.setLoading(false)
             })
             })