Эх сурвалжийг харах

修复创建任务切换业务线模块

qinzhipeng_v@didiglobal.com 4 жил өмнө
parent
commit
caf935895d

+ 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
       }
     },