|
@@ -632,8 +632,8 @@
|
|
|
cost: null,
|
|
|
departmentId: null,
|
|
|
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: '',
|
|
|
certJson: [],
|
|
|
plateMap:{}
|