1
chenjingwu
2024-04-10 aa691762432bbf42d6ded36e6e34e4d8ba5bee3f
1
1个文件已修改
4 ■■■ 已修改文件
force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
@@ -1891,7 +1891,9 @@
    addOptionsLogic(result){
        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);
            }
        });