考试记录

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

@@ -43,6 +43,7 @@
</template>
<script>
import { mapState } from 'vuex'
export default {
name: 'List',
@@ -57,7 +58,7 @@
current: 1,
size: 10,
title: '',
status: ''
areaId: ''
},
total: 10,
colConfigs: [
@@ -72,7 +73,11 @@
}
},
created() {
computed: {
...mapState(['user'])
},
created () {
this.getList()
},