From 9c095db2f4de44ae3501db723f2e0149aaa5c79c Mon Sep 17 00:00:00 2001
From: KKbes <1620284052@qq.com>
Date: 星期四, 13 四月 2023 13:49:18 +0800
Subject: [PATCH] Ipad DownLoad2   and  3  for 揭示板

---
 force-app/main/default/lwc/lexVOCCheck/lexVOCCheck.js |   21 ++++++++++++++++++---
 1 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/force-app/main/default/lwc/lexVOCCheck/lexVOCCheck.js b/force-app/main/default/lwc/lexVOCCheck/lexVOCCheck.js
index 2c7b20c..59e1cc3 100644
--- a/force-app/main/default/lwc/lexVOCCheck/lexVOCCheck.js
+++ b/force-app/main/default/lwc/lexVOCCheck/lexVOCCheck.js
@@ -16,6 +16,22 @@
     profileId;
     Isloading = true;
 
+    @wire(CurrentPageReference)
+    getStateParameters(currentPageReference) {
+            console.log(111);
+            console.log(currentPageReference);
+
+        if (currentPageReference) {
+          const urlValue = currentPageReference.state.recordId;
+          if (urlValue) {
+            let str = `${urlValue}`;
+            console.log("str");
+            console.log(str);
+            this.recordId = str;
+          }
+        }
+    }
+
 
     connectedCallback(){
         console.log(this.recordId);
@@ -24,7 +40,7 @@
         }).then(result => {
             console.log(result);
             if (result != null) {  
-                this.Isloading = false;             
+          
                 this.status = result.status;
                 this.isVOC = result.isVOC;
                 this.personId = result.personId;
@@ -63,13 +79,11 @@
                 return;
             }
             if (this.status != "璺熻繘涓�") {
-                alert("涓嶆槸璺熻繘涓笉鑳界偣鍑�");
                 this.showToast("涓嶆槸璺熻繘涓笉鑳界偣鍑�","error");
                 this.dispatchEvent(new CloseActionScreenEvent());
                 return;
             }
             if (this.isVOC == undefined) {
-                alert("蹇呴』閫夋嫨鏄惁VOC");
                 this.showToast("蹇呴』閫夋嫨鏄惁VOC","error");
                 this.dispatchEvent(new CloseActionScreenEvent());
                 return;
@@ -87,6 +101,7 @@
                 }else {
                     this.showToast(result,"error");
                 }
+                this.Isloading = false;   
                 this.dispatchEvent(new CloseActionScreenEvent());
             });
 

--
Gitblit v1.9.1