Browse Source

2022.7.4 team/index.vue

ggooalice 2 years ago
parent
commit
7336385a9e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      fhKeeper/formulahousekeeper/timesheet/src/views/team/index.vue

+ 2 - 2
fhKeeper/formulahousekeeper/timesheet/src/views/team/index.vue

@@ -632,8 +632,8 @@
                     cost: null,
                     cost: null,
                     departmentId: null,
                     departmentId: null,
                     salaryType:0,
                     salaryType:0,
-                    costApplyDate: '2021-04-09',
-                    inductionDate: '2021-04-09',
+                    costApplyDate: util.formatDate.format(new Date(), 'yyyy-MM-dd'),
+                    inductionDate: util.formatDate.format(new Date(), 'yyyy-MM-dd'),
                     position: '',
                     position: '',
                     certJson: [],
                     certJson: [],
                     plateMap:{}
                     plateMap:{}