diff --git a/src/views/enterpriseStandardLibrary/plan/PlanList.vue b/src/views/enterpriseStandardLibrary/plan/PlanList.vue index a1fdb704..75445ad2 100644 --- a/src/views/enterpriseStandardLibrary/plan/PlanList.vue +++ b/src/views/enterpriseStandardLibrary/plan/PlanList.vue @@ -184,7 +184,7 @@ @@ -411,11 +411,14 @@ export default { url: { list: '/enterprise/plan/page', exportXlsUrl: '/enterprise/plan/exportData' - } + }, + currentDate: '' } }, mounted () { this.getSysCategoryTree() + const date = new Date() + this.currentDate = date.getFullYear() + '-' + (date.getMonth() + 1) + '-' + date.getDate() }, methods: { // 获取组织机构树