Commit 28af00d4 authored by wangxuelai's avatar wangxuelai

节假日功能

parents 258cbb2f d44bb324
......@@ -18,5 +18,5 @@
</head>
<body>
<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>
\ No newline at end of file
......@@ -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