From 3621e0c60fc46bc05cdd0bb91b05ed8e1d77303e Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期四, 11 四月 2024 16:54:50 +0800
Subject: [PATCH] 1234

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

diff --git a/force-app/main/default/lwc/lexNewQuoteEntry/lexNexQuoteEntryUtil.js b/force-app/main/default/lwc/lexNewQuoteEntry/lexNexQuoteEntryUtil.js
index cf2e648..c990348 100644
--- a/force-app/main/default/lwc/lexNewQuoteEntry/lexNexQuoteEntryUtil.js
+++ b/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;
                     }
                 });

--
Gitblit v1.9.1