From f9a2ec60618daf3a1541a6ddbf86cd48c034190a Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期四, 11 四月 2024 18:04:15 +0800
Subject: [PATCH] 123

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

diff --git a/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js b/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
index f6d9e09..f2a70a8 100644
--- a/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
+++ b/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
@@ -1830,7 +1830,7 @@
                     var errormessage = tempArr[0];
                     var quoteLineItem = JSON.parse(tempArr[1]);
                     quoteLineItem = InitializeProductAssignment(quoteLineItem);
-                    this.tobeflag=true;
+                    this.tobeflag=false;
                     this.jzDataToBeproduct = quoteLineItem;
                     // cjw
                     console.log('xxx');
@@ -1841,8 +1841,8 @@
                     });
                     addOptions({idList: idList}).then(result=>{
                         this.addOptionsLogic(result);
+                        this.tobeflag=true;
                     });
-                    this.tobeflag=false;
                     if(quoteLineItem.length!=num){
                         this.quo.IsQuoteTrial__c = false;
                     }

--
Gitblit v1.9.1