wenbobowen 4 năm trước cách đây
mục cha
commit
c095575b70
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/views/projectManage/dialog_vue.vue

+ 2 - 0
src/views/projectManage/dialog_vue.vue

@@ -397,6 +397,7 @@ export default {
           this.$set(this.task_form, 'bizId', this.bizId)
           this.$set(this.task_form, 'requireId', '')
           this.$set(this.task_form, 'projectId', '')
+          this.bugDataGet(this.bizId)
           break
         case 2:
           this.ascription_demand = true
@@ -410,6 +411,7 @@ export default {
           this.$set(this.task_form, 'bizId', this.bizId)
           this.requirementIdList.name === '项目' ? this.$set(this.task_form, 'projectId', this.requirementIdList.data) : this.$set(this.task_form, 'projectId', '')
           this.$set(this.task_form, 'requireId', '')
+          this.bugDataGet(this.bizId)
           break
       }
     },