Home.js 273 B

123456789101112
  1. /**
  2. * 客户服务桌面
  3. * */
  4. Ext.QuickTips.init();
  5. Ext.define('erp.controller.opensys.Home', {
  6. extend: 'Ext.app.Controller',
  7. requires: ['erp.util.FormUtil'],
  8. views: ['opensys.home.InfoPanel','opensys.home.ProblemPanel'
  9. ],
  10. init: function() {
  11. }
  12. });