Browse Source

报表totalProperty设置错误

zhuth 7 years ago
parent
commit
945feaae2a
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

@@ -30,7 +30,7 @@ Ext.define('saas.view.core.report.ReportPanel', {
 
     calculateProperty: 'data.calculate',
     rootProperty: 'data.list.list',
-    totalProperty: 'list.total',
+    totalProperty: 'data.list.total',
 
     initComponent: function () {
         var me = this;