chenjingwu
2024-04-11 87b65352e004a7e773bd2a2c18ab7dec122de29c
force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
@@ -1830,6 +1830,7 @@
                    var errormessage = tempArr[0];
                    var quoteLineItem = JSON.parse(tempArr[1]);
                    quoteLineItem = InitializeProductAssignment(quoteLineItem);
                    this.tobeflag=true;
                    this.jzDataToBeproduct = quoteLineItem;
                    // cjw
                    console.log('xxx');
@@ -1841,6 +1842,7 @@
                    addOptions({idList: idList}).then(result=>{
                        this.addOptionsLogic(result);
                    });
                    this.tobeflag=false;
                    if(quoteLineItem.length!=num){
                        this.quo.IsQuoteTrial__c = false;
                    }