function() { var a=FR.remoteEvaluate("$radioGroup0");//获取控件值 if ( a=="按月"){ return this.substr(5,2);} else if( a=="按年"){ return this.substr(1,4); } else if( a=="按周"){ return this.substr(8,8)); } else { return this.substr(6,5); }}上面是图中这部分的逻辑,但是报表展示时,柱状图一直显示加载数据的状态。不能正常显示数据,请问是写法有问题吗?