var th=this;
setTimeout(function() {
if(a=="总部"){th.setEnable(true);}
else{th.setEnable(false);}
}, 1000);//1000毫秒等于一秒,自己根据需要修改时间
var that=this;
if (role == '部门') {
that.setEnable(true)
} else {
setEnable(false)
}
}, 100)