Explorar el Código

报表totalProperty设置错误

zhuth hace 7 años
padre
commit
945feaae2a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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',
     calculateProperty: 'data.calculate',
     rootProperty: 'data.list.list',
     rootProperty: 'data.list.list',
-    totalProperty: 'list.total',
+    totalProperty: 'data.list.total',
 
 
     initComponent: function () {
     initComponent: function () {
         var me = this;
         var me = this;