From e94c2991dba6c0dbefc2c26bb0967344cc01c2ca Mon Sep 17 00:00:00 2001
From: zz <1842059105@qq.com>
Date: 星期三, 10 五月 2023 19:21:21 +0800
Subject: [PATCH] 小 修改

---
 force-app/main/default/lwc/lexTenderingLostButton/lexTenderingLostButton.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/lwc/lexTenderingLostButton/lexTenderingLostButton.js b/force-app/main/default/lwc/lexTenderingLostButton/lexTenderingLostButton.js
index ea9d78e..680d893 100644
--- a/force-app/main/default/lwc/lexTenderingLostButton/lexTenderingLostButton.js
+++ b/force-app/main/default/lwc/lexTenderingLostButton/lexTenderingLostButton.js
@@ -29,7 +29,6 @@
         init({
             recordId: this.recordId
         }).then(result => {
-                console.log();
                 this.IsLoading = false;
                 this.status = result.status;
                 this.profileId = result.profileId;

--
Gitblit v1.9.1