From ccd7b0b9f89d2b2538eb5bcdb21eec413061942b Mon Sep 17 00:00:00 2001
From: KKbes <1620284052@qq.com>
Date: 星期三, 19 七月 2023 14:20:31 +0800
Subject: [PATCH] OPD计划

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

diff --git a/force-app/main/default/lwc/lexLeadQuotationRequest/lexLeadQuotationRequest.html b/force-app/main/default/lwc/lexLeadQuotationRequest/lexLeadQuotationRequest.html
index af9fa97..c444cc3 100644
--- a/force-app/main/default/lwc/lexLeadQuotationRequest/lexLeadQuotationRequest.html
+++ b/force-app/main/default/lwc/lexLeadQuotationRequest/lexLeadQuotationRequest.html
@@ -1,3 +1,5 @@
 <template>
-
+    <div class="Attachment" if:true={IsLoading}>
+        <lightning-spinner alternative-text="Loading" size="medium"></lightning-spinner>
+    </div>
 </template>
\ No newline at end of file

--
Gitblit v1.9.1