考试记录
This commit is contained in:
		| @@ -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() | ||||
|     }, | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user