buggix
This commit is contained in:
parent
0c274cca51
commit
5a94ae73d9
@ -57,7 +57,7 @@ bricks.PageDataLoader = class {
|
|||||||
var params = bricks.extend({}, this.params);
|
var params = bricks.extend({}, this.params);
|
||||||
params = bricks.extend(params,{
|
params = bricks.extend(params,{
|
||||||
page:page,
|
page:page,
|
||||||
pagerows:this.rows
|
pagerows:this.rows,
|
||||||
rows:this.rows
|
rows:this.rows
|
||||||
});
|
});
|
||||||
var d = await jc.httpcall(this.data_url,{method:this.method, params:params});
|
var d = await jc.httpcall(this.data_url,{method:this.method, params:params});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user