Browse Source

去除console

zhuth 7 years ago
parent
commit
f56f127770
1 changed files with 0 additions and 1 deletions
  1. 0 1
      frontend/saas-web/app/view/core/form/FormPanel.js

+ 0 - 1
frontend/saas-web/app/view/core/form/FormPanel.js

@@ -386,7 +386,6 @@ Ext.define('saas.view.core.form.FormPanel', {
         Ext.Array.each(detailGrids, function(g) {
             g.clearDirty();
         });
-        console.log(me.getForm().getFields().items[1].dirty);
     },
 
     setEditable: function(able) {