Преглед изворни кода

报表totalProperty设置错误

zhuth пре 7 година
родитељ
комит
945feaae2a
1 измењених фајлова са 1 додато и 1 уклоњено
  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;