Compare commits
No commits in common. "12281aa470c8357f85d0fcc1ebf5631095b183d6" and "b3c6190f48ee5f3dcb29363c23a722422494db14" have entirely different histories.
12281aa470
...
b3c6190f48
@ -241,21 +241,6 @@ class SEConfigPage extends React.Component {
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colSpan={4} rowSpan={1} >公司培训计划触发时间</td>
|
||||
<td colSpan={20} rowSpan={1} >
|
||||
<DatePicker
|
||||
format={dateFormat}
|
||||
value={data.DEP_TRAIN_PLAN_START_TIME ? moment(data.DEP_TRAIN_PLAN_START_TIME) : null}
|
||||
onChange={value => {
|
||||
let data = this.state.data;
|
||||
data.DEP_TRAIN_PLAN_START_TIME = value;
|
||||
this.setState(data)
|
||||
}}
|
||||
/>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
{/* <tr>
|
||||
<td colSpan={4} rowSpan={1} >部门培训计划发起时间</td>
|
||||
<td colSpan={20} rowSpan={1} >
|
||||
<DatePicker
|
||||
@ -282,7 +267,7 @@ class SEConfigPage extends React.Component {
|
||||
}}
|
||||
/>
|
||||
</td>
|
||||
</tr> */}
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user