From ee732ad7c960125af8e2100a90f8d5bacf790eab Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期三, 10 四月 2024 16:32:52 +0800
Subject: [PATCH] 1
---
force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js b/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
index 808cac5..654966a 100644
--- a/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
+++ b/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
@@ -1889,11 +1889,9 @@
}
}
addOptionsLogic(result){
- console.log(result);
this.jzDataToBeproduct.forEach(item=>{
- var e = result.get(item.pageObject.PricebookEntry.Product2Id);
- console.log(e);
- if(e){
+ console.log(result);
+ if(result){
item.Learning_CommunityOptions = result.get(item.pageObject.PricebookEntry.Product2Id);
}
});
--
Gitblit v1.9.1