|
@@ -191,7 +191,7 @@ export default {
|
|
|
that.task_form = {}
|
|
|
that.ascription_demand = false
|
|
|
that.ascription_project = true
|
|
|
- that.$set(that.task_form, 'bizId', this.bizId)
|
|
|
+ that.$set(that.task_form, 'bizId', that.bizId)
|
|
|
that.$set(that.task_form, 'source', 3)
|
|
|
that.$set(that.task_form, 'notest', 0)
|
|
|
that.$set(that.task_form, 'followVersion', 2)
|