Browse Source

something not important

zhuth 6 years ago
parent
commit
7ee6640dea

+ 1 - 1
frontend/saas-web/app/view/core/tab/Controller.js

@@ -33,7 +33,7 @@ Ext.define('saas.view.core.tab.Controller', {
         if(!component.resetCloseClick) {
             component.tab.onCloseClick = function() {
                 var me = this,
-                tabView = component.down('panel');
+                tabView = component.down('container');
          
                 if (me.fireEvent('beforeclose', me) !== false) {
                     if (me.tabBar) {

+ 0 - 1
frontend/saas-web/app/view/home/InfoCard.js

@@ -107,7 +107,6 @@ Ext.define('saas.view.home.InfoCard', {
         p = me.up('home'),
         cards = me.cards,
         datas = [],
-        items = [];
         size = Math.ceil(me.body.el.getBox().width / 230);
 
         me.removeAll();