This commit is contained in:
yumoqing 2026-05-25 12:27:05 +08:00
parent 07878a13b2
commit 0c274cca51

View File

@ -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});