wangziqian 4 years ago
parent
commit
f25e22ec0e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/projectManage/bugList/file/createdBug.vue

+ 1 - 0
src/views/projectManage/bugList/file/createdBug.vue

@@ -332,6 +332,7 @@ export default {
     bizId: {
       handler(newV) {
         if (newV === -1) return
+        this.analysisBizId_id()
         this.bugListSelect()
         this.bugDataGet()
       },