Bladeren bron

优化项目详情创建任务没带业务线

qinzhipeng_v 5 jaren geleden
bovenliggende
commit
f916e9d749
1 gewijzigde bestanden met toevoegingen van 2 en 0 verwijderingen
  1. 2 0
      src/views/projectManage/dialog_vue.vue

+ 2 - 0
src/views/projectManage/dialog_vue.vue

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