zx 1 ano atrás
pai
commit
f530f6ca98

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