From 35b9d5c13516054404c9e93fba6ce583fb3d5424 Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期四, 11 四月 2024 14:27:09 +0800
Subject: [PATCH] 1
---
force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js b/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
index 68e96d0..a6a1014 100644
--- a/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
+++ b/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
@@ -1832,6 +1832,8 @@
quoteLineItem = InitializeProductAssignment(quoteLineItem);
this.jzDataToBeproduct = quoteLineItem;
// cjw
+ console.log('xxx');
+ console.log(this.jzDataToBeproduct);
var idList = [];
this.jzDataToBeproduct.forEach(item=>{
idList.push(item.pageObject.Id__c);
--
Gitblit v1.9.1