From 2cdcc35a30adc212ad0a686a604765099dc303f6 Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期三, 10 四月 2024 16:11:16 +0800
Subject: [PATCH] 1

---
 force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js b/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
index 7755fb8..c726479 100644
--- a/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
+++ b/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
@@ -1872,7 +1872,9 @@
                 idList.push(item.pageObject.PricebookEntry.Product2Id);
             });
             addOptions({idList: idList}).then(result=>{
-                addOptionsLogic(result);
+                console.log('result');
+                console.log(result);
+                this.addOptionsLogic(result);
                 if(alertExp){
                     this.Alert(alertExp,'error');
                 }

--
Gitblit v1.9.1