wenbobowen %!s(int64=4) %!d(string=hai) anos
pai
achega
c095575b70
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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
       }
     },