Commit 9863752b authored by 彭俊龙's avatar 彭俊龙

feat:xform区域到位组件新增默认范围

parent af236902
Pipeline #96602 failed with stages
......@@ -131,7 +131,7 @@
"jszip": "^3.10.1",
"lodash": "4.17.11",
"minimist": "1.2.0",
"panda-xform": "6.11.13",
"panda-xform": "6.11.14",
"parseForm": "^2.3.8",
"prop-types": "15.7.2",
"qrcode.react": "^3.1.0",
......
......@@ -75,7 +75,7 @@ const CaseModify = props => {
const [weekValues, setWeekValues] = useState([]); //每周 每月 按周 星期几
const [weekValues1, setWeekValues1] = useState([]); //每月 按周 第几周
const [dayValues, setDayValues] = useState([]); //每月 按日
const [startTime, setStartTime] = useState(moment());
const [startTime, setStartTime] = useState(moment(moment().format('YYYY-MM-DD HH:00:00')));
const [endTime, setEndTime] = useState('');
const [tip, setTip] = useState('');
const [num, setNum] = useState(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