From 3b96b51ff6a671445bbeeb0ec155d9b5d85f2998 Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期三, 10 四月 2024 16:00:43 +0800
Subject: [PATCH] 1
---
force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js b/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
index dcad953..ca5380e 100644
--- a/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
+++ b/force-app/main/default/lwc/lexNewQuoteEntry/lexNewQuoteEntry.js
@@ -1872,7 +1872,7 @@
console.log('before');
console.log(jzDataToBeproductStr);
this.jzDataToBeproduct = JSON.parse(result);
- console.log('after123');
+ console.log('after123123213');
console.log(result);
if(alertExp){
this.Alert(alertExp,'error');
--
Gitblit v1.9.1