binxie
2023-06-20 6d14c34d9a4e304bf3289e4ad957b091f27ef3b8
force-app/main/default/aura/WeeklyReport/WeeklyReportHelper.js
@@ -437,7 +437,7 @@
                    if (select_product_category3 != null && select_product_category3 != '') {
                        component.find('select_Product3').set('v.value', select_product_category3);
                    }
                    console.log('reportDate = ' + reportDate);
                    if (reportDate != null) {
                        console.log('reportDate = ' + reportDate);
                        component.set('v.data.Report_Date__c', reportDate);
@@ -448,7 +448,7 @@
            }
        } else {
            // CLOSE
            console.log('reportDate = ' + reportDate);
            var select_report_data = component.get('v.select_report_data');
            var Report_Date__c = component.get('v.data.Report_Date__c');
            var Agency_Hospital__c = component.get('v.hospitalLinkId');