uepay-mesh 4.0.13 → 4.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -658,7 +658,7 @@ const doSubmit = _ref4 => {
658
658
 
659
659
  processCb(_type, _present, _from, _to, res.count);
660
660
 
661
- if (++index < page.length) {
661
+ if (++index < pageList.length) {
662
662
  submit();
663
663
  } else {
664
664
  cb('complete');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uepay-mesh",
3
- "version": "4.0.13",
3
+ "version": "4.0.14",
4
4
  "description": "数据中心数据集设计工具前端",
5
5
  "main": "index.js",
6
6
  "typings": "index.d.ts",