Skip to content

Commit

Permalink
[Bug]: 电脑端列表视图,分页相关信息显示冗余
Browse files Browse the repository at this point in the history
  • Loading branch information
tujiajun committed Jan 12, 2024
1 parent 8142c7a commit a3d8396
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,6 @@ export function getObjectFooterToolbar(mainObject, formFactor, options) {
else {
if(options && options.isRelated){
return [
"statistics",
{
"type": "pagination",
"maxButtons": 10,
Expand All @@ -400,7 +399,6 @@ export function getObjectFooterToolbar(mainObject, formFactor, options) {
const no_pagination = mainObject.paging && (mainObject.paging.enabled === false);
const is_lookup = options.isLookup;
const commonConfig = [
"statistics",
{
"type": "pagination",
"maxButtons": 10,
Expand Down

0 comments on commit a3d8396

Please sign in to comment.