高章伟
2022-02-24 2aa8da8af66aa8ae00f25831aed6bb0364176e7b
force-app/main/default/aura/RetrospectiveWeeklyReport/RetrospectiveWeeklyReportController.js
@@ -204,7 +204,6 @@
        hiddenElement.click(); // using click() js function to download csv file
        
    },
    export_condition : function(component,event,helper){
        helper.showExport(component);
    },
@@ -236,5 +235,8 @@
    },
    selectProductClassification : function(component,event,helper){
        helper.selectProductClassification(component,event,helper);
    },
    selectpurposetype : function(component,event,helper){
        helper.selectpurposetype(component,event,helper);
    }
})