From 902a41ca57669fbf25fb600f89051d4918645d82 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Fri, 3 Nov 2023 16:24:16 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9bug78169?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/enterpriseStandardLibrary/plan/PlanList.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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: { // 获取组织机构树