Sfoglia il codice sorgente

表格分页初始化bug

yuliang 3 anni fa
parent
commit
ec64d413f3
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/controls/grid.js

+ 1 - 0
src/controls/grid.js

@@ -187,6 +187,7 @@ export default function () {
             })
 
             this.superclass.constructor.call(this, newConfig)
+            this.store.pageSize = newConfig.pageSize
         },
 
         setData(value) {