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