소스 검색

优化新建任务默认不归属

qinzhipeng_v 5 년 전
부모
커밋
c995d55561
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/projectManage/dialog_vue.vue

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

@@ -146,6 +146,7 @@ export default {
           this.ascription_project = false
           this.$set(this.task_form, 'notest', 0)
           this.$set(this.task_form, 'followVersion', 2)
+          this.$set(this.task_form, 'source', 1)
           this.show_Client = false
           this.$nextTick(() => {
             this.$refs['task_form'].clearValidate()