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

审核列表初始化优化

上级 7a774c3c
...@@ -148,7 +148,7 @@ export default { ...@@ -148,7 +148,7 @@ export default {
activeName: 'first', activeName: 'first',
showAllFlag: false, showAllFlag: false,
showNewFlag: false, showNewFlag: false,
showApplyFlag: true, showApplyFlag: false,
searchForm: { searchForm: {
name: '', name: '',
createdTime: '', createdTime: '',
...@@ -187,6 +187,7 @@ export default { ...@@ -187,6 +187,7 @@ export default {
if(idType == "1"){ if(idType == "1"){
this.showAllFlag = true; this.showAllFlag = true;
this.showNewFlag = true; this.showNewFlag = true;
this.showApplyFlag = true;
} }
// 外部用户 // 外部用户
else if(idType == "2"){ else if(idType == "2"){
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册