From 363e5095829f4c557948923fb2df653912c244bb Mon Sep 17 00:00:00 2001
From: liwentao <1376563863@qq.com>
Date: 星期四, 20 七月 2023 17:55:11 +0800
Subject: [PATCH] 营业 SI业务文件按钮: 新建SI业务文件 询价按钮: 新規引合 新建询价 联系人按钮: 新規担当者 新建客户人员 新建社内员工 新建产品/功能评价表
---
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