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