1
chenjingwu
2024-04-10 f6cc0758077ae6392a1951ffef34d90e2ce562be
force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
@@ -1873,7 +1873,7 @@
            });
            addOptions({idList: idList}).then(result=>{
                console.log('result');
                this.addOptionsLogic(result);
                this.addOptionsLogic(JSON.parse(JSON.stringify(result)));
                if(alertExp){
                    this.Alert(alertExp,'error');
                }
@@ -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);
            }
        });