Browse Source

代码提交

hy 7 năm trước cách đây
mục cha
commit
f7b34d331e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      frontend/saas-web/app/view/document/kind/KindModel.js

+ 1 - 1
frontend/saas-web/app/view/document/kind/KindModel.js

@@ -102,7 +102,7 @@ Ext.define('saas.view.document.kind.KindModel', {
                 },
                 reader: {
                     type: 'json',
-                    rootProperty: 'data'
+                    rootProperty: 'data.list'
                 }
             },
             pageSize: null,