KKbes
2023-08-11 f66abb6dad1b8caa18aca9d65dceb34a34c022b6
force-app/main/default/lwc/lexGuaranteePeriodAlterationApplication/lexGuaranteePeriodAlterationApplication.js
@@ -19,7 +19,6 @@
         this.Statu_Achievements__c=res;
         this.guaranteePeriodAlterationApplication().then(res=>{
            this.IsLoading=false;
            if(this.msg==""){
               this.dispatchEvent(new CloseActionScreenEvent());
               this.closeAction();
@@ -31,7 +30,6 @@
   async guaranteePeriodAlterationApplication(){
      let hasError ='0';
      console.log(this.Statu_Achievements__c.InstallDate__c );
      if (this.Statu_Achievements__c.InstallDate__c != '' && this.Statu_Achievements__c.InstallDate__c !=undefined) {
         window.open('/apex/AssetGuaranteePeriodAlteration?Statu_AchievementsId='+this.recordId)
      } else {