| force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js | ●●●●● 补丁 | 查看 | 原始文档 | 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'); }