This commit is contained in:
yumoqing 2026-05-25 12:28:45 +08:00
parent 0c274cca51
commit 5a94ae73d9

View File

@ -57,7 +57,7 @@ bricks.PageDataLoader = class {
var params = bricks.extend({}, this.params);
params = bricks.extend(params,{
page:page,
pagerows:this.rows
pagerows:this.rows,
rows:this.rows
});
var d = await jc.httpcall(this.data_url,{method:this.method, params:params});