From 07390e2fcb4adf27c928335bf27ae7939c5a80ad Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期二, 23 五月 2023 11:28:12 +0800
Subject: [PATCH] bakcup20230523
---
force-app/main/default/lwc/lexRCSubmit/lexRCSubmit.js | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/force-app/main/default/lwc/lexRCSubmit/lexRCSubmit.js b/force-app/main/default/lwc/lexRCSubmit/lexRCSubmit.js
index a65405b..19dcdda 100644
--- a/force-app/main/default/lwc/lexRCSubmit/lexRCSubmit.js
+++ b/force-app/main/default/lwc/lexRCSubmit/lexRCSubmit.js
@@ -62,6 +62,7 @@
this.dispatchEvent(new CloseActionScreenEvent());
return;
}
+ console.log('this.RCproblemnotfound='+(this.QISReplyDay!=null && this.RCproblemnotfound));
if (this.CancelQISReason!=null) {
if (this.qisStatus == 'RC妫�娴嬬敵璇�') {
const evt = new ShowToastEvent({
@@ -93,7 +94,8 @@
this.dispatchEvent(new CloseActionScreenEvent());
return;
}
- if (this.QISReplyDay!=null && this.RCproblemnotfound == 'true') {
+
+ if (this.QISReplyDay!=null && this.RCproblemnotfound) {
const evt = new ShowToastEvent({
title : '鏈�缁堝垽瀹氭椂锛岃鍙栨秷[鏁呴殰鏈彂鐜扮暀涓嬬户缁瀵焆骞堕�夋嫨[瀵瑰簲鏂规硶]',
message: '',
--
Gitblit v1.9.1