Explorar o código

优化缺陷状态筛选

qinzhipeng_v@didiglobal.com %!s(int64=4) %!d(string=hai) anos
pai
achega
562da615f6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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