From 9df794909328c58b92fa4ab62c846ec73e9304ea Mon Sep 17 00:00:00 2001
From: liwentao <1376563863@qq.com>
Date: 星期四, 25 五月 2023 17:04:28 +0800
Subject: [PATCH] 营业: SI项目需求表-按钮:终止SI需求表(lexSIAbortBtn)新建SI需求表(lexNewSICustomNew) 学会・培训-按钮:学会培训PDF报告(lexBTReport)
---
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