From af908216bb0012fe849e3b49b3039c7ba238f8f0 Mon Sep 17 00:00:00 2001
From: liangxiaozhen <liangxiaozhen>
Date: 星期五, 11 八月 2023 14:35:43 +0800
Subject: [PATCH] 补充controller,修改变量,主页bug修改
---
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