From e6068da47c1bef5517c9e5fdc8c726766867ad4e Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期五, 14 七月 2023 15:10:02 +0800
Subject: [PATCH] Merge branch 'master' into LEXUpgrade2023-Deloitte

---
 force-app/main/default/lwc/lexSummonsCreat/lexSummonsCreat.html |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/force-app/main/default/lwc/lexSummonsCreat/lexSummonsCreat.html b/force-app/main/default/lwc/lexSummonsCreat/lexSummonsCreat.html
index 75d6814..5a8517f 100644
--- a/force-app/main/default/lwc/lexSummonsCreat/lexSummonsCreat.html
+++ b/force-app/main/default/lwc/lexSummonsCreat/lexSummonsCreat.html
@@ -1433,6 +1433,7 @@
                                 onfirst={handleFirst}
                                 onlast={handleLast}
                                 page-size-options={pageSizeOptions}
+                                default-page-size={pageSize}
                                 previous-button-disabled={previousButtonDisabled}
                                 next-button-disabled={nextButtonDisabled}
                                 record-start={recordStart}
@@ -1471,6 +1472,7 @@
                                     onfirst={editHandleFirst}
                                     onlast={editHandleLast}
                                     page-size-options={pageSizeOptions}
+                                    default-page-size={pageSize}
                                     previous-button-disabled={previousButtonDisabled}
                                     next-button-disabled={nextButtonDisabled}
                                     record-start={recordStart}

--
Gitblit v1.9.1