Commit 28af00d4 authored by wangxuelai's avatar wangxuelai

节假日功能

parents 258cbb2f d44bb324
...@@ -18,5 +18,5 @@ ...@@ -18,5 +18,5 @@
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
<script type="text/javascript" src="https://cdn.img.shangjiadao.cn/qingxiao/biz/dist/main.478c45.js"></script></body> <script type="text/javascript" src="https://cdn.img.shangjiadao.cn/qingxiao/biz/dist/main.6488ec.js"></script></body>
</html> </html>
\ No newline at end of file
...@@ -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