diff --git a/src/views/budget/collection/components/LeadDepartmentSummaryForm.vue b/src/views/budget/collection/components/LeadDepartmentSummaryForm.vue index 6a6d89a..9dba2ed 100644 --- a/src/views/budget/collection/components/LeadDepartmentSummaryForm.vue +++ b/src/views/budget/collection/components/LeadDepartmentSummaryForm.vue @@ -879,7 +879,6 @@ export default { }, async initFormData() { - console.log('initFormData', this.packageData) this.formData.packageId = this.packageData.id this.formData.leadDepartmentName = this.packageData.lead_department ? this.packageData.lead_department.name : '' this.formData.budgetYear = this.packageData.budget_year ? this.packageData.budget_year.year + '年' : ''