Browse Source

【看板整合】【修改grid属性pagesize在controller命名不一致】

zhuth 8 years ago
parent
commit
a29f62fbeb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      kanban-console/src/main/webapp/resources/app/controller/board.js

+ 1 - 1
kanban-console/src/main/webapp/resources/app/controller/board.js

@@ -278,7 +278,7 @@ Ext.define('erp.controller.board', {
 				allcls: ch.getAttribute('allcls'),
 				allrender: ch.getAttribute('allrender'),
 				interval: ch.getAttribute('interval'),
-				rowheight: ch.getAttribute('rowheight'),
+				pagesize: ch.getAttribute('pagesize'),
 				sql: ch.getAttribute('sql'),
 				fieldstyle: ch.getAttribute('fieldstyle'),
 				valuestyle: ch.getAttribute('valuestyle'),