From 09b3ec1d9a9b5ad4e1a3e62314b100155f636347 Mon Sep 17 00:00:00 2001 From: huichao Date: Sun, 26 Jul 2020 14:33:20 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/performance/AttendanceInfo.vue | 8 +++++- src/views/ebiz/performance/Performance.vue | 25 +++++++++---------- .../ebiz/performance/PerformanceList.vue | 4 +-- 3 files changed, 21 insertions(+), 16 deletions(-) diff --git a/src/views/ebiz/performance/AttendanceInfo.vue b/src/views/ebiz/performance/AttendanceInfo.vue index 8bc082fbd..e0a060828 100644 --- a/src/views/ebiz/performance/AttendanceInfo.vue +++ b/src/views/ebiz/performance/AttendanceInfo.vue @@ -214,7 +214,13 @@ export default { } }) }, - } + }, + destroyed: function () { + console.log("我已经离开了!"); + console.log(JSON.parse(window.localStorage.getItem('parmas1')).mask) + + // localStorage.removeItem('parmas1'); + }, }