Browse Source

代码提交

hy 7 years ago
parent
commit
97d399c441
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/saas-web/app/view/core/report/ReportPanel.js

+ 1 - 1
frontend/saas-web/app/view/core/report/ReportPanel.js

@@ -216,7 +216,7 @@ Ext.define('saas.view.core.report.ReportPanel', {
                         });
                         return data.data.list.list;
                     },
-                    totalProperty: 'data.total',
+                    totalProperty: 'data.list.total',
                 },
                 listeners: {
                     exception: function(proxy, response, operation, eOpts) {