From 254db78983d7b620903575b4e13d53bcd3791a28 Mon Sep 17 00:00:00 2001
From: zz <1842059105@qq.com>
Date: 星期一, 10 四月 2023 16:02:05 +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