提交 1b68f193 编写于 作者: bo.dang's avatar bo.dang

审核列表搜索优化

上级 63f67741
...@@ -14,8 +14,7 @@ ...@@ -14,8 +14,7 @@
<el-select <el-select
v-model="searchForm.status" v-model="searchForm.status"
placeholder="全部审核状态" placeholder="全部审核状态"
size="small" size="small">
clearable>
<el-option <el-option
v-for="item in statusList" v-for="item in statusList"
:key="item.value" :key="item.value"
...@@ -177,10 +176,6 @@ ...@@ -177,10 +176,6 @@
openLoading(this); openLoading(this);
let params = this.searchForm; let params = this.searchForm;
if(this.searchForm.status == ""){
this.searchForm.status = -1;
}
console.log('查询圈子') console.log('查询圈子')
applyList(params).then((res) => { applyList(params).then((res) => {
closeLoading(this); closeLoading(this);
......
...@@ -194,7 +194,7 @@ export default { ...@@ -194,7 +194,7 @@ export default {
this.showAllFlag = false; this.showAllFlag = false;
setTimeout(() => { setTimeout(() => {
this.getUserAuth(); this.getUserAuth();
},500) },800)
} }
}, },
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册