1
chenjingwu
2024-04-10 ee732ad7c960125af8e2100a90f8d5bacf790eab
force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
@@ -1889,11 +1889,10 @@
        }
    }
    addOptionsLogic(result){
        var e = new Map(result);
        this.jzDataToBeproduct.forEach(item=>{
            console.log(e);
            if(e){
                item.Learning_CommunityOptions = e.get(item.pageObject.PricebookEntry.Product2Id);
            console.log(result);
            if(result){
                item.Learning_CommunityOptions = result.get(item.pageObject.PricebookEntry.Product2Id);
            }
        });
    }