|
@@ -26,6 +26,7 @@ Component({
|
|
|
...this.data.content,
|
|
...this.data.content,
|
|
|
"ownertable": this.data.ownertable,
|
|
"ownertable": this.data.ownertable,
|
|
|
"ownerid": this.data.ownerid,
|
|
"ownerid": this.data.ownerid,
|
|
|
|
|
+ nocache: true,
|
|
|
};
|
|
};
|
|
|
if (init) content.pageNumber = 1
|
|
if (init) content.pageNumber = 1
|
|
|
_Http.basic({
|
|
_Http.basic({
|