Browse Source

移动端框架 grid 分页问题

luoyifan 3 years ago
parent
commit
f70ceefb46
2 changed files with 2 additions and 3 deletions
  1. 1 2
      dist/yvan-ext-mobile.js
  2. 1 1
      dist/yvan-ext-mobile.js.map

+ 1 - 2
dist/yvan-ext-mobile.js

@@ -40066,6 +40066,7 @@ define(['exports'], function (exports) { 'use strict';
           err: err
       };
   }
+  //# sourceMappingURL=systemLib.js.map
 
   var SystemLib = /*#__PURE__*/Object.freeze({
     __proto__: null,
@@ -40478,7 +40479,6 @@ define(['exports'], function (exports) { 'use strict';
                   return;
               }
               var _a = this.store, pageCount = _a.pageCount, firstRowNum = _a.firstRowNum, lastRowNum = _a.lastRowNum, total = _a.total, currentPage = _a.currentPage;
-              console.log('get store.xx', pageCount, firstRowNum, lastRowNum, total, currentPage);
               if (currentPage > 1) {
                   btnPre.enable();
               }
@@ -40721,7 +40721,6 @@ define(['exports'], function (exports) { 'use strict';
       }
       // throw new TypeError('无法识别的调用方法')
   }
-  //# sourceMappingURL=grid.js.map
 
   function initGridColumn () {
       var ct = Ext.grid.column.Column.prototype.constructor;

File diff suppressed because it is too large
+ 1 - 1
dist/yvan-ext-mobile.js.map