1
chenjingwu
2024-04-10 9ef95130906fde37eb75f5e5cbcc57ad47635af5
1
1个文件已修改
3 ■■■■ 已修改文件
force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
@@ -1872,7 +1872,8 @@
                idList.push(item.pageObject.PricebookEntry.Product2Id);
            });
            addOptions({idList: idList}).then(result=>{
                addOptionsLogic(result);
                console.log('result' + result);
                this.addOptionsLogic(result);
                if(alertExp){
                    this.Alert(alertExp,'error');
                }