From f30f84fe7b1d09ee63a1f2a1d5c8cb303e31669a Mon Sep 17 00:00:00 2001
From: 19626 <1962676589@qq.com>
Date: 星期二, 25 四月 2023 17:47:26 +0800
Subject: [PATCH] 修改失单页面

---
 force-app/main/default/lwc/lexTenderingNotarizeButton/lexTenderingNotarizeButton.js |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/force-app/main/default/lwc/lexTenderingNotarizeButton/lexTenderingNotarizeButton.js b/force-app/main/default/lwc/lexTenderingNotarizeButton/lexTenderingNotarizeButton.js
index e7f76d4..99f34f0 100644
--- a/force-app/main/default/lwc/lexTenderingNotarizeButton/lexTenderingNotarizeButton.js
+++ b/force-app/main/default/lwc/lexTenderingNotarizeButton/lexTenderingNotarizeButton.js
@@ -37,14 +37,14 @@
 
     //鎷涙爣椤圭洰 鐩稿叧鎬х‘璁�
     NotarizeButton(){
-        if( this.ProfileId!= '00e1m000000MSci'
-        && this.ProfileId!= '00e10000000Y3o5'
-        && this.ProfileId!= '00e10000000xnpR' && this.ProfileId!= '00e10000000xyK6'
-        && this.ProfileId!= '00e10000000xnpW'
-        && this.ProfileId!= '00e10000000xnpb' && this.ProfileId!= '00e10000000xyKB'
-        && this.ProfileId!= '00e10000000a7NY'
-        && this.ProfileId!= '00e10000000s2fZ'
-        && this.ProfileId!= '00e10000000s3Jp'
+        if( this.profileId!= '00e1m000000MSci'
+        && this.profileId!= '00e10000000Y3o5'
+        && this.profileId!= '00e10000000xnpR' && this.profileId!= '00e10000000xyK6'
+        && this.profileId!= '00e10000000xnpW'
+        && this.profileId!= '00e10000000xnpb' && this.profileId!= '00e10000000xyKB'
+        && this.profileId!= '00e10000000a7NY'
+        && this.profileId!= '00e10000000s2fZ'
+        && this.profileId!= '00e10000000s3Jp'
         ){
             this.showToast("鍙湁鍔╃悊鎵嶈兘杩涜鐩稿叧鎬х‘璁わ紒","error");
             return;

--
Gitblit v1.9.1