Browse Source

去掉console.log

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

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

@@ -50,11 +50,9 @@ Ext.define('saas.view.core.form.FormPanel', {
     buttons:[{
         text:'操作日志',
         handler:function(btn){
-            console.log("btn:",btn);
             var form = btn.up('form'),
             mlKeyvalue = form.viewModel.get(form._idField)||0,
             win = Ext.getCmp(form.xtype+mlKeyvalue);
-            console.log("mlKeyvalue:",mlKeyvalue);
             if (!win) {
                 win = Ext.create('Ext.window.Window', {
                     modal: true,