From 5a640e612b5de439b9933d4880a3c85a453152bc Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期四, 11 四月 2024 17:27:56 +0800
Subject: [PATCH] 123

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

diff --git a/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js b/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
index 64230d6..3f46ffe 100644
--- a/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
+++ b/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
@@ -1927,6 +1927,8 @@
         key2.forEach(item=>{
             priceMap.set(item,map2[item]);
         });
+        console.log('loh');
+        console.log(this.jzDataToBeproduct);
         this.jzDataToBeproduct.forEach(item=>{
             if(result){
                 item.Learning_CommunityOptions = optionMap.get(item.pageObject.Id__c);
@@ -1943,6 +1945,7 @@
                 }
             }
         });
+        console.log(this.jzDataToBeproduct);
     }
     // cjw
     //鏂板鎶ヤ环浜у搧妯℃�佹鍙栨秷鎸夐挳

--
Gitblit v1.9.1