From 40709ce6b3af83fe3d90956cbd57316dd5fbc747 Mon Sep 17 00:00:00 2001 From: daihh Date: Tue, 21 Feb 2023 14:19:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/exam/ExamList.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/views/exam/ExamList.vue b/src/views/exam/ExamList.vue index b99369e9..25ba87a0 100644 --- a/src/views/exam/ExamList.vue +++ b/src/views/exam/ExamList.vue @@ -764,10 +764,6 @@ export default { } }, mounted() { - // this.resourceData = JSON.parse(localStorage.getItem('typeList')) - // if(this.resOwnerListMap.length == 0) { - // this.$store.dispatch("getList"); - // } this.getResOwnerTree().then(rs=>{ this.resOwnerListMap=rs; });