From 3610be47569bede28c074122907eb556b8a682e7 Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期三, 10 四月 2024 16:14:28 +0800
Subject: [PATCH] 1

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

diff --git a/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js b/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
index c726479..bb4d685 100644
--- a/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
+++ b/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
@@ -1873,7 +1873,6 @@
             });
             addOptions({idList: idList}).then(result=>{
                 console.log('result');
-                console.log(result);
                 this.addOptionsLogic(result);
                 if(alertExp){
                     this.Alert(alertExp,'error');
@@ -1890,6 +1889,7 @@
         }
     }
     addOptionsLogic(result){
+        console.log(result);
         this.jzDataToBeproduct.forEach(item=>{
             if(result.get(item.pageObject.PricebookEntry.Product2Id)){
                 item.Learning_CommunityOptions = result.get(item.pageObject.PricebookEntry.Product2Id);

--
Gitblit v1.9.1