From 492f744d9d84289e27b2ddac9a9b4a2137fd11d6 Mon Sep 17 00:00:00 2001
From: KKbes <1620284052@qq.com>
Date: 星期一, 07 八月 2023 11:25:24 +0800
Subject: [PATCH] slefreview

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

diff --git a/force-app/main/default/lwc/lexGuaranteePeriodAlterationApplication/lexGuaranteePeriodAlterationApplication.js b/force-app/main/default/lwc/lexGuaranteePeriodAlterationApplication/lexGuaranteePeriodAlterationApplication.js
index e4ae3be..5d0e933 100644
--- a/force-app/main/default/lwc/lexGuaranteePeriodAlterationApplication/lexGuaranteePeriodAlterationApplication.js
+++ b/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 {

--
Gitblit v1.9.1