chenjingwu
2024-04-11 3621e0c60fc46bc05cdd0bb91b05ed8e1d77303e
force-app/main/default/lwc/lexNewQuoteEntry/lexNexQuoteEntryUtil.js
@@ -2215,7 +2215,7 @@
            if(datavaue.Learning_Community){
                jzdtbt.Learning_Community = datavaue.Learning_Community;
                jzdtbt.multiYearWarrantyList.forEach(item=>{
                    if('' + (item.AgeLimit__c) == Learning_Community){
                    if('' + (item.AgeLimit__c) == jzdtbt.Learning_Community){
                        jzdtbt.MultiOneYearWarrantyPrice__c = item.MultiOneYearWarrantyPrice__c;
                    }
                });