unknown
2023-04-18 b5f156c53c77becbfc0f8e5f0a1a4be20655f087
force-app/main/default/classes/otherButtonMaintenanceContractCtl.cls
@@ -32,6 +32,7 @@
        return res;
    }   
    // 维修合同失单报告
    @AuraEnabled
    public static List<Lost_Report__c> selectRecords(String recordId){
        List<Lost_Report__c> res = new List<Lost_Report__c>();
@@ -43,6 +44,7 @@
        return res;
    }
    // 工作流状态
    @AuraEnabled
    public static void processResults(String recordId){
        Approval.ProcessSubmitRequest psr = new Approval.ProcessSubmitRequest();