2 커밋 ff7fd58722 ... 4e9bb58187

작성자 SHA1 메시지 날짜
  zx 4e9bb58187 Merge branch 'master' of http://47.100.37.243:10191/wutt/manHourHousekeeper 1 년 전
  zx f530f6ca98 aa 1 년 전
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      fhKeeper/formulahousekeeper/timesheet-workshop/src/views/team/index.vue

+ 4 - 0
fhKeeper/formulahousekeeper/timesheet-workshop/src/views/team/index.vue

@@ -2718,6 +2718,10 @@ export default {
                 jobNumber: res.data.jobNumber,
                 workTypeId: res.data.workTypeId
               };
+              if(this.insertForm.workTypeId == 0){
+                this.insertForm.workTypeId = null
+              }
+              
               this.$set(this.insertForm, 'inductionDate', res.data.inductionDate)
               this.getUserCustomConfig(1);
               this.getAllWorkType()