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; });