bug
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<ai-list class="notice">
|
||||
<template slot="title">
|
||||
<ai-title title="考试管理" isShowBottomBorder></ai-title>
|
||||
<ai-title title="考试管理" isShowBottomBorder isShowArea v-model="search.areaId" :instance="instance" @change="search.current = 1, getList()"></ai-title>
|
||||
</template>
|
||||
<template slot="content">
|
||||
<ai-search-bar class="search-bar">
|
||||
@@ -86,7 +86,8 @@
|
||||
current: 1,
|
||||
size: 10,
|
||||
examinationName: '',
|
||||
status: ''
|
||||
status: '',
|
||||
areaId: ''
|
||||
},
|
||||
isShow: false,
|
||||
total: 10,
|
||||
@@ -122,6 +123,7 @@
|
||||
},
|
||||
|
||||
created() {
|
||||
this.search.areaId = this.$store.state.user.info.areaId
|
||||
this.dict.load('qjEIStatus').then(() => {
|
||||
this.getList()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user