1
chenjingwu
2024-04-10 3610be47569bede28c074122907eb556b8a682e7
1
1个文件已修改
2 ■■■ 已修改文件
force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
@@ -1873,7 +1873,6 @@
            });
            addOptions({idList: idList}).then(result=>{
                console.log('result');
                console.log(result);
                this.addOptionsLogic(result);
                if(alertExp){
                    this.Alert(alertExp,'error');
@@ -1890,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);