Browse Source

报表打印卡死问题

zhuth 7 years ago
parent
commit
bcc7e37bfa
1 changed files with 0 additions and 5 deletions
  1. 0 5
      frontend/saas-web/app/view/core/report/ReportPanel.js

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

@@ -226,11 +226,6 @@ Ext.define('saas.view.core.report.ReportPanel', {
                         condition: JSON.stringify(condition)
                         condition: JSON.stringify(condition)
                     });
                     });
     
     
-                },
-                load: function(store, records, successful, operation, eOpts) {
-                    store.each(function(d, i) {
-                        d.set('id', d.get('id') + '-' + i);
-                    });
                 }
                 }
             }
             }
         });
         });