force-app/main/default/aura/WeeklyReport/WeeklyReportController.js
@@ -21,9 +21,7 @@ new_report : function(component, event, helper) { component.find('save_button').set('v.label', '保存并新建'); let agencyReportHeaderTest = component.get('v.data'); agencyReportHeaderTest.Report_Date__c = ''; //component.set('v.data.Report_Date__c', ''); component.set('v.data.Report_Date__c', ''); helper.new_report(component, event, helper); },