From 5665e19d2670eca359c200d0aacf7d4b90f13c39 Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期四, 11 四月 2024 10:50:29 +0800
Subject: [PATCH] 1
---
force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js b/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
index 51a5853..f17d5fc 100644
--- a/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
+++ b/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
@@ -1776,6 +1776,7 @@
// cjw
var idList = [];
console.log('123');
+ console.log(reslut);
console.log(this.jzDataToBeproduct);
this.jzDataToBeproduct.forEach(item=>{
idList.push(item.pageObject.PricebookEntry.Product2Id);
--
Gitblit v1.9.1