mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-20 00:06:45 +08:00
教师端1期问题修复
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
<el-col :span="3">
|
||||
<div class="grid-content bg-purple">
|
||||
<el-select v-model="params.status" placeholder="审核状态" clearable>
|
||||
<el-option label="-" :value="1"></el-option>
|
||||
<el-option label="审核中" :value="2"></el-option>
|
||||
<el-option label="审核驳回" :value="3"></el-option>
|
||||
<el-option label="审核通过" :value="5"></el-option>
|
||||
@@ -467,7 +468,7 @@ export default {
|
||||
this.params.status = "";
|
||||
this.params.enabled = "";
|
||||
this.params.pageIndex = 1;
|
||||
// this.getList();
|
||||
this.getNewList();
|
||||
this.isSearh = false;
|
||||
},
|
||||
toExamine(row) {
|
||||
|
||||
Reference in New Issue
Block a user