From 492f744d9d84289e27b2ddac9a9b4a2137fd11d6 Mon Sep 17 00:00:00 2001
From: KKbes <1620284052@qq.com>
Date: 星期一, 07 八月 2023 11:25:24 +0800
Subject: [PATCH] slefreview

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

diff --git a/force-app/main/default/lwc/lexSendToComPlat/lexSendToComPlat.js b/force-app/main/default/lwc/lexSendToComPlat/lexSendToComPlat.js
index 60d11fc..1f52843 100644
--- a/force-app/main/default/lwc/lexSendToComPlat/lexSendToComPlat.js
+++ b/force-app/main/default/lwc/lexSendToComPlat/lexSendToComPlat.js
@@ -38,7 +38,6 @@
         }).then(result => {
             if (result != null) {
                 this.Campaign = result;
-                console.log(this.Campaign);
                 this.SendToComPlat().then(result=>{
                	this.IsLoading=false;
             	this.dispatchEvent(new CloseActionScreenEvent());

--
Gitblit v1.9.1