Explorar el Código

优化缺陷状态筛选

qinzhipeng_v@didiglobal.com hace 4 años
padre
commit
562da615f6
Se han modificado 1 ficheros con 1 adiciones y 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