zx 1 年之前
父節點
當前提交
f530f6ca98
共有 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()