Commit d44bb324 authored by baixian's avatar baixian

优化

parent 0aa9dc11
......@@ -109,6 +109,7 @@ export default {
type: 'updateState',
payload: {
holidayVisible: false,
isEdit: 1,
editInfo: {
start_date: '',
end_date: '',
......
......@@ -80,6 +80,12 @@ class HolidaysForm extends React.Component {
payload: {
holidayVisible: false,
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