https://www.cnblogs.com/mq0036/p/12044177.html
func.call(this, arg1, arg2);
func.apply(this, [arg1, arg2])
//calendar的加载方法
loading: function (isLoading, view) { //视图数据加载中、加载完成触发
if (isLoading == true) {
this.yzNgxToastyService.wait("正在搜索预警信号,请稍后");
} else if (isLoading == false) {
this.yzNgxToastyService.close();
this.yzNgxToastyService.success("查询成功", '', 1000);
}
}.bind(this),