From cc914d1a68f71cf0b8fe7f1c4bfac9fc1e54e3d8 Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期二, 16 四月 2024 11:26:10 +0800
Subject: [PATCH] 123
---
force-app/main/default/lwc/lexOTHCreate/lexOTHCreate.html | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/force-app/main/default/lwc/lexOTHCreate/lexOTHCreate.html b/force-app/main/default/lwc/lexOTHCreate/lexOTHCreate.html
index 27e0f69..0ce5634 100644
--- a/force-app/main/default/lwc/lexOTHCreate/lexOTHCreate.html
+++ b/force-app/main/default/lwc/lexOTHCreate/lexOTHCreate.html
@@ -1,3 +1,13 @@
+<!--
+ * @Description:
+ * @version:
+ * @Author: chen jing wu
+ * @Date: 2023-06-29 15:55:05
+ * @LastEditors: chen jing wu
+ * @LastEditTime: 2023-06-30 11:21:00
+-->
<template>
-
+ <div class="reportHolder" if:true={IsLoading}>
+ <lightning-spinner alternative-text="Loading" size="medium"></lightning-spinner>
+ </div>
</template>
\ No newline at end of file
--
Gitblit v1.9.1