From 5de05cbb7f09deaf907f6c4331adec7b85013201 Mon Sep 17 00:00:00 2001
From: D C <chenbangcai@prec-tech.com>
Date: 星期五, 12 五月 2023 19:19:33 +0800
Subject: [PATCH] 借出备品申请一览 分单,选择申请配套 相关列表按钮

---
 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