Browse Source

优化缺陷状态筛选

qinzhipeng_v@didiglobal.com 4 years ago
parent
commit
562da615f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/projectManage/bugList/details/bugTableDialog.vue

+ 1 - 1
src/views/projectManage/bugList/details/bugTableDialog.vue

@@ -321,7 +321,7 @@ export default {
       } else {
         // 其他时候搜索
         this.data = _.cloneDeep(this.queryData)
-        this.data.status = this.statusNum
+        this.data.status = this.statusNum || e.status
       }
       this.data.bizId = this.bizId
       this.data.pageSize = this.pageSize