Commit bccd83b3 authored by 吴春梅's avatar 吴春梅

Merge branch 'jinfa-0518' of…

Merge branch 'jinfa-0518' of https://gitlab.shushangyun.com/project/jinfa-platform into fix-jinfa-0518
parents 326ee1b7 6121632a
......@@ -226,7 +226,10 @@ const Editing: React.FC<{}> = (props: any) => {
}
}
const getPicker = time => {
setpicker(time);
setpicker({
startTime: time?.startTime?.split(' ')[0],
endTime: time?.endTime?.split(' ')[0],
});
};
const TabList = [
{
......
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