Commit d44bb324 authored by baixian's avatar baixian

优化

parent 0aa9dc11
...@@ -109,6 +109,7 @@ export default { ...@@ -109,6 +109,7 @@ export default {
type: 'updateState', type: 'updateState',
payload: { payload: {
holidayVisible: false, holidayVisible: false,
isEdit: 1,
editInfo: { editInfo: {
start_date: '', start_date: '',
end_date: '', end_date: '',
......
...@@ -80,6 +80,12 @@ class HolidaysForm extends React.Component { ...@@ -80,6 +80,12 @@ class HolidaysForm extends React.Component {
payload: { payload: {
holidayVisible: false, holidayVisible: false,
isEdit: 1, isEdit: 1,
editInfo: {
start_date: '',
end_date: '',
remark: '',
id: 0,
},
}, },
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment