From ee2e046f6f8a0e804a0f0de82dbf25fe3d2693e8 Mon Sep 17 00:00:00 2001
From: liwentao <1376563863@qq.com>
Date: 星期五, 28 四月 2023 14:35:15 +0800
Subject: [PATCH] 询价按钮 撤销备货,合同申请 修改(李文涛)

---
 force-app/main/default/classes/LexSISearchSetProductController.cls |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/force-app/main/default/classes/LexSISearchSetProductController.cls b/force-app/main/default/classes/LexSISearchSetProductController.cls
index 36dd0d8..a4336f0 100644
--- a/force-app/main/default/classes/LexSISearchSetProductController.cls
+++ b/force-app/main/default/classes/LexSISearchSetProductController.cls
@@ -4,6 +4,7 @@
 	public LexSISearchSetProductController(){
 
 	}
+
 	@AuraEnabled
 	public static InitData init(){
 		InitData data=new InitData();
@@ -80,7 +81,7 @@
 						}else{
 							data.setPFString = data.setPFString+','+activities[i];
 						}
-						
+
 					}
 				}
 			}
@@ -89,7 +90,7 @@
 		}catch(Exception e){
 			System.debug('SelectDone error:'+e);
 		}
-		
+
 		return null;
 	}
 
@@ -149,7 +150,7 @@
 		@AuraEnabled
 		public String Name;
 
-		@AuraEnabled      
+		@AuraEnabled
 		public String Product_Set_CD_c;
 
 		@AuraEnabled
@@ -170,4 +171,4 @@
 			Valid_c = psl.Valid_Status__c;
 		}
 	}
-}
\ No newline at end of file
+}

--
Gitblit v1.9.1