fix(工作台): 代办-用例评审列表展示数据问题
--bug=1025723 --user=宋昌昌 【工作台】我的待办-用例评审-显示了已结束状态评审 https://www.tapd.cn/55049933/s/1365687
This commit is contained in:
parent
f108cd773c
commit
04bb9fbfe5
|
@ -211,7 +211,7 @@ export default {
|
|||
this.condition.combine= { creator: {operator: "current user", value: "current user",}}
|
||||
} else {
|
||||
if(!this.condition.filters){
|
||||
this.condition.filters={status: ["Prepare", "Underway","Finished"]}
|
||||
this.condition.filters={status: ["Prepare", "Underway"]}
|
||||
}
|
||||
if(!this.condition.reviewerId){
|
||||
this.condition.reviewerId = "currentUserId"
|
||||
|
|
Loading…
Reference in New Issue