2 Commits ff7fd58722 ... 4e9bb58187

Author SHA1 Message Date
  zx 4e9bb58187 Merge branch 'master' of http://47.100.37.243:10191/wutt/manHourHousekeeper 1 year ago
  zx f530f6ca98 aa 1 year ago

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

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