1
chenjingwu
2024-04-10 3610be47569bede28c074122907eb556b8a682e7
force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
@@ -1872,7 +1872,7 @@
                idList.push(item.pageObject.PricebookEntry.Product2Id);
            });
            addOptions({idList: idList}).then(result=>{
                console.log('result' + result);
                console.log('result');
                this.addOptionsLogic(result);
                if(alertExp){
                    this.Alert(alertExp,'error');
@@ -1889,6 +1889,7 @@
        }
    }
    addOptionsLogic(result){
        console.log(result);
        this.jzDataToBeproduct.forEach(item=>{
            if(result.get(item.pageObject.PricebookEntry.Product2Id)){
                item.Learning_CommunityOptions = result.get(item.pageObject.PricebookEntry.Product2Id);