this.timer = setInterval(dojo.hitch(this, function(){
this.initData();
}), 3000);
if(this.timer){
clearInterval(this.timer);
this.timer = null;
}