|
@@ -182,6 +182,7 @@ export default {
|
|
|
that.task_form = {}
|
|
|
that.ascription_demand = false
|
|
|
that.ascription_project = true
|
|
|
+ that.$set(that.task_form, 'bizId', Number(localStorage.getItem('bizId')))
|
|
|
that.$set(that.task_form, 'source', 3)
|
|
|
that.$set(that.task_form, 'notest', 0)
|
|
|
that.$set(that.task_form, 'followVersion', 2)
|
|
@@ -238,6 +239,7 @@ export default {
|
|
|
that.$set(that.task_form, 'followVersion', 2)
|
|
|
that.$set(that.task_form, 'requireId', ss.code)
|
|
|
that.$set(that.task_form, 'projectId', '')
|
|
|
+ that.$set(that.task_form, 'bizId', Number(localStorage.getItem('bizId')))
|
|
|
that.task_form.followVersion === 2 ? that.show_Client = false : ''
|
|
|
}, 300)
|
|
|
})
|