qinzhipeng_v@didiglobal.com 4 years ago
parent
commit
3337e1bb8f
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

@@ -291,9 +291,9 @@ export default {
         this.curIndex = 1
       }
       if (vel === 1) {
-        this.data = _.cloneDeep(this.queryData)
         this.data.status = this.statusNum
       } else if (vel === 2) {
+        this.data = _.cloneDeep(this.queryData)
         this.statusNum = ''
       } else {
         this.statusNum = null