考试记录

This commit is contained in:
yanran200730
2023-02-15 17:16:53 +08:00
parent cea33b109f
commit 249917b3d9
6 changed files with 145 additions and 48 deletions

View File

@@ -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()
},