From 2d0c3e982b4dbd9192a6d717488653a54afebcb2 Mon Sep 17 00:00:00 2001
From: 黄千龙 <huangqianlong@prec-tech.com>
Date: 星期四, 13 四月 2023 17:15:29 +0800
Subject: [PATCH] QIS按钮(发送QIS到SPO,OCSM服务本部收到实物)

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