From 1e02b3590d10ba9f1afd6a3ddb11f5634b8497b0 Mon Sep 17 00:00:00 2001
From: 19626 <1962676589@qq.com>
Date: 星期一, 31 七月 2023 16:10:35 +0800
Subject: [PATCH] 页面修改

---
 force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.html |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.html b/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.html
index b980dda..9b4e30b 100644
--- a/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.html
+++ b/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.html
@@ -4,9 +4,12 @@
  * @Author: chen jing wu
  * @Date: 2023-04-20 17:16:48
  * @LastEditors: chen jing wu
- * @LastEditTime: 2023-06-30 10:06:30
+ * @LastEditTime: 2023-07-10 16:53:54
 -->
 <template>
+    <div class="holder" if:true={IsLoading}>
+        <lightning-spinner alternative-text="Loading" size="medium"></lightning-spinner>
+    </div>
     <template if:true={isInit}>
         <template if:true={isCreateOrEdit}>
             <lightning-card id="my-element1" class="card"  variant="Narrow" data-id="my-card">

--
Gitblit v1.9.1