wangziqian 4 năm trước cách đây
mục cha
commit
f25e22ec0e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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()
       },