考试记录
This commit is contained in:
@@ -139,6 +139,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { mapState } from 'vuex'
|
||||
export default {
|
||||
name: 'AppLearningStatistics',
|
||||
label: '学习统计',
|
||||
@@ -155,7 +156,7 @@
|
||||
current: 1,
|
||||
size: 10,
|
||||
title: '',
|
||||
status: ''
|
||||
areaId: ''
|
||||
},
|
||||
total: 10,
|
||||
colConfigs: [
|
||||
@@ -167,7 +168,12 @@
|
||||
}
|
||||
},
|
||||
|
||||
computed: {
|
||||
...mapState(['user'])
|
||||
},
|
||||
|
||||
created() {
|
||||
this.search.areaId = this.user.info.areaId
|
||||
this.getList()
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user