wangziqian 4 anni fa
parent
commit
f25e22ec0e
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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()
       },