Browse Source

去除console

zhuth 7 years ago
parent
commit
a6b86f1cb3
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

@@ -295,7 +295,6 @@ Ext.define('saas.view.core.form.FormPanel', {
             if (xtype == 'detailGridField') {
                 item.listeners = item.listeners || {};
                 item.listeners.validChange = function() {
-                    console.log('validChange');
                     me.isValid();
                 }