|
@@ -1153,7 +1153,7 @@ MWF.xApplication.process.Xform.DatagridMobile = new Class({
|
|
|
|
|
|
|
|
this._setBusinessData(this.gridData);
|
|
this._setBusinessData(this.gridData);
|
|
|
|
|
|
|
|
- return (this.gridData.data.length) ? this.gridData : null;
|
|
|
|
|
|
|
+ return (this.gridData.data.length) ? this.gridData : {data:[]};
|
|
|
}else{
|
|
}else{
|
|
|
return this._getBusinessData();
|
|
return this._getBusinessData();
|
|
|
}
|
|
}
|