Browse Source

查询列表pagesize改为15条

zhuth 7 years ago
parent
commit
648d9d4be2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/saas-web/app/view/core/query/QueryGridPanel.js

+ 1 - 1
frontend/saas-web/app/view/core/query/QueryGridPanel.js

@@ -32,7 +32,7 @@ Ext.define('saas.view.core.query.QueryGridPanel', {
             store: Ext.create('Ext.data.Store', {
                 fields: me.getFields(),
                 autoLoad: true,
-                pageSize: 5,
+                pageSize: 15,
                 data: [],
                 proxy: {
                     type: 'ajax',