2 Commits ff7fd58722 ... 4e9bb58187

Autor SHA1 Mensagem Data
  zx 4e9bb58187 Merge branch 'master' of http://47.100.37.243:10191/wutt/manHourHousekeeper 1 ano atrás
  zx f530f6ca98 aa 1 ano atrás

+ 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()