From 91f850751b85ab0125679a6ea446cbd8a622b46d Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期一, 05 六月 2023 14:38:16 +0800
Subject: [PATCH] LEX Community UpdateComponent

---
 force-app/main/default/lwc/lexArriveGsDetails/lexArriveGsDetails.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/lwc/lexArriveGsDetails/lexArriveGsDetails.js b/force-app/main/default/lwc/lexArriveGsDetails/lexArriveGsDetails.js
index 52580ca..c3e3de9 100644
--- a/force-app/main/default/lwc/lexArriveGsDetails/lexArriveGsDetails.js
+++ b/force-app/main/default/lwc/lexArriveGsDetails/lexArriveGsDetails.js
@@ -92,7 +92,7 @@
                 this.showSpinner = false;
             }else {
                 this.showSpinner = false;
-                console.log("error:"+error);
+                console.log("error:"+result.errorMsg);
                 this.showMyToast('鍒濆鍖栧け璐�',result.errorMsg,'error');
             }
         })

--
Gitblit v1.9.1