From e04cb83cb82e81fd6e970dc4428402c07cb7f5a4 Mon Sep 17 00:00:00 2001 From: shenyanpei Date: Thu, 11 Nov 2021 16:10:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E5=87=86=E5=8C=96=E6=B4=BB=E5=8A=A8?= =?UTF-8?q?=E6=97=A5=E5=8E=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/localTool/standCalendar/index.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/pages/localTool/standCalendar/index.vue b/src/pages/localTool/standCalendar/index.vue index 75f0b1cd4..9aef279f1 100644 --- a/src/pages/localTool/standCalendar/index.vue +++ b/src/pages/localTool/standCalendar/index.vue @@ -66,7 +66,7 @@
会议附件 : - {{ '-' }} + {{ '-' }} {{ res.name }} @@ -254,9 +254,6 @@ export default { if (attId != null && attId !== "") { window.location.href = "/api/att/attFile/downloadFileForSar?fileId=" + attId; } - }, - aaa(val) { - console.log(val) } } }