Commit 2f59c6ee authored by 左玲玲's avatar 左玲玲 😬

1434

parent 2d6c68b3
...@@ -272,6 +272,7 @@ const Devicestatus = ({ drawer }) => { ...@@ -272,6 +272,7 @@ const Devicestatus = ({ drawer }) => {
cdate(dateString) cdate(dateString)
}} }}
value={dateTimeRange?.length > 0 ? [dayjs(dateTimeRange?.[0]), dayjs(dateTimeRange?.[1])] : []} value={dateTimeRange?.length > 0 ? [dayjs(dateTimeRange?.[0]), dayjs(dateTimeRange?.[1])] : []}
allowClear={false}
/> />
<Button onClick={() => { <Button onClick={() => {
chartdata.run() chartdata.run()
......
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