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

审核列表搜索优化

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