tt
twysparks
2023-04-26 26ad084e248b21ced76e6226ab2a32db53f582b9
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;