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