extjs4.2 mvc事件总是重复提交
我在TreePanel页面里定义了toolbar如下:
dockedItems:[{
xtype: 'toolbar',
dock: 'bottom',
items: [{
iconCls: 'icon-add',
text: '同步',
action: 'synchr'
}]
}]
兼听他的时候:
init: function() {
this.control({
'toolbar button[action=synchr]': {
click: this.Synchronous,
scope: this
}
});
}
可是不知道为什么总是自动提交两次,大家帮我分析一下
------解决方案-------------------- 好高森的问题啊。