fix(工作台): 代办-用例评审列表展示数据问题

--bug=1025723 --user=宋昌昌 【工作台】我的待办-用例评审-显示了已结束状态评审 https://www.tapd.cn/55049933/s/1365687
This commit is contained in:
song-cc-rock 2023-04-23 15:40:28 +08:00 committed by jianxing
parent f108cd773c
commit 04bb9fbfe5
1 changed files with 1 additions and 1 deletions

View File

@ -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"