1
chenjingwu
2024-04-10 9ef95130906fde37eb75f5e5cbcc57ad47635af5
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');
                }