Ext.define('saas.view.purchase.quotationList.DataListController', { extend: 'saas.view.core.base.BasePanelController', alias: 'controller.purchase-quotationList-datalist', init: function (form) { var me = this; this.control({ }); } });