1
chenjingwu
2024-04-10 ee732ad7c960125af8e2100a90f8d5bacf790eab
1
1个文件已修改
7 ■■■■■ 已修改文件
force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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);
            }
        });
    }