From ba600b933c04f8f63056f7bf0ffe8939b983d9ee Mon Sep 17 00:00:00 2001
From: zhangzhengmei <zhangzhengmei@prec-tech.com>
Date: 星期四, 18 五月 2023 17:44:16 +0800
Subject: [PATCH] BME工作量跟进,新建授课/考核报告--页面修改
---
force-app/main/default/lwc/lexOCMSubmit/lexOCMSubmit.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/force-app/main/default/lwc/lexOCMSubmit/lexOCMSubmit.js b/force-app/main/default/lwc/lexOCMSubmit/lexOCMSubmit.js
index 814dd7b..092e3fe 100644
--- a/force-app/main/default/lwc/lexOCMSubmit/lexOCMSubmit.js
+++ b/force-app/main/default/lwc/lexOCMSubmit/lexOCMSubmit.js
@@ -92,7 +92,7 @@
return;
}
this.updateQisSubmit();
- if (this.isaohuiproduct == 'true') {
+ if (this.isaohuiproduct) {
this.dispatchEvent(new CloseActionScreenEvent());
this.updateRecordView(this.recordId);
}
--
Gitblit v1.9.1