force-app/main/default/classes/buttonQISReportCtl.cls
@@ -171,6 +171,18 @@ return res; } // 查找简档 @AuraEnabled public static List<Profile> initSelectProfile(String profileId){ List<Profile> res = new List<Profile>(); try{ res = [SELECT Id,name FROM Profile WHERE Id=: profileId ]; }catch(Exception e){ System.debug(LoggingLevel.INFO, '*** e: ' + e); } return res; } public class InitData{ @AuraEnabled public String isAEProfileC;