|
@@ -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);
|
|
|
|
|
- });
|
|
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|