onDetail(record)}>查看详情
@@ -189,6 +191,14 @@ const EmployeeCommunication = (props) => {
setModalV(false)
}
+ function handleChange (date) {
+ if (date.length > 1) {
+ setTimeRange(moment(date[0]).format('YYYY-MM-DD 00:00:00')+','+moment(date[1]).format('YYYY-MM-DD 23:59:59'))
+ }
+ else {
+ setTimeRange('');
+ }
+ }
const scroll = useMemo(() => ({}), []);
return (
@@ -227,8 +237,7 @@ const EmployeeCommunication = (props) => {
沟通时间:
-