| force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
@@ -1889,13 +1889,11 @@ } } addOptionsLogic(result){ console.log(result.length); console.log(result); var e = new Map(result); this.jzDataToBeproduct.forEach(item=>{ var e = result.get(item.pageObject.PricebookEntry.Product2Id); console.log(e); if(e){ item.Learning_CommunityOptions = result.get(item.pageObject.PricebookEntry.Product2Id); item.Learning_CommunityOptions = e.get(item.pageObject.PricebookEntry.Product2Id); } }); }