/** * Created by huangbaidong on 2016/9/18. * 产品组件通用Store, */ Ext.define('app.component.ebs.itemdata.ProductStore', { extend: 'Ext.data.Store', autoLoad : true, constructor : function(config) { Ext.apply(config, { /*data:(function(){ var array = [];…