From dcdd97dbd5c32692ac9f7b7b5826397cab03d44f Mon Sep 17 00:00:00 2001
From: 黄千龙 <huangqianlong@prec-tech.com>
Date: 星期四, 11 五月 2023 16:05:17 +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