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