From cf3dbaac9ef8ee0be7b741935461cd0fdd6ff495 Mon Sep 17 00:00:00 2001
From: liwentao <1376563863@qq.com>
Date: 星期三, 19 七月 2023 09:47:42 +0800
Subject: [PATCH] 营业 产品配套按钮: 复制 询价按钮: 跟进历史 科室保有设备一览

---
 force-app/main/default/lwc/lexPaymentPlanLoad/lexPaymentPlanLoad.js |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/force-app/main/default/lwc/lexPaymentPlanLoad/lexPaymentPlanLoad.js b/force-app/main/default/lwc/lexPaymentPlanLoad/lexPaymentPlanLoad.js
index 39554ec..737b80e 100644
--- a/force-app/main/default/lwc/lexPaymentPlanLoad/lexPaymentPlanLoad.js
+++ b/force-app/main/default/lwc/lexPaymentPlanLoad/lexPaymentPlanLoad.js
@@ -129,10 +129,10 @@
             this.initDisabled();
 			
 			console.log(this.PageMCEElement);
-			this.cancelSubmit().then(res=>{
-				this.IsLoading=false;
-				this.dispatchEvent(new CloseActionScreenEvent());
-			});	
+			// this.cancelSubmit().then(res=>{
+			// 	this.IsLoading=false;
+			// 	this.dispatchEvent(new CloseActionScreenEvent());
+			// });	
 					
 		}).catch( error =>{
 			console.log(error);

--
Gitblit v1.9.1