From 79a8812553117df1c414ac1a4044a080271c2444 Mon Sep 17 00:00:00 2001
From: 黄千龙 <huangqianlong@prec-tech.com>
Date: 星期日, 23 四月 2023 10:13:55 +0800
Subject: [PATCH] 维修合同文本信息录入页面
---
force-app/main/default/lwc/lexTenderingLostButton/lexTenderingLostButton.js | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/force-app/main/default/lwc/lexTenderingLostButton/lexTenderingLostButton.js b/force-app/main/default/lwc/lexTenderingLostButton/lexTenderingLostButton.js
index cb7beef..ff5d294 100644
--- a/force-app/main/default/lwc/lexTenderingLostButton/lexTenderingLostButton.js
+++ b/force-app/main/default/lwc/lexTenderingLostButton/lexTenderingLostButton.js
@@ -33,12 +33,10 @@
this.profileId = result.profileId.slice(0,15);
this.LoseButton();
this.dispatchEvent(new CloseActionScreenEvent());
- }).catch(() => {
- }).finally(() => {
- });
+ })
}
- //澶卞崟
+ //鎷涙爣椤圭洰澶卞崟
LoseButton(){
sqlResult({id: this.id}).then(result=>{
//绠�妗f潈闄� 2S1_閿�鍞尰闄㈡媴褰� 2S4_閿�鍞鐞嗚�� 绯荤粺绠$悊鍛�
@@ -68,5 +66,6 @@
variant: type
});
this.dispatchEvent(event);
+ this.dispatchEvent(new CloseActionScreenEvent());
}
}
\ No newline at end of file
--
Gitblit v1.9.1