|
|
@ -1,10 +1,10 @@ |
|
|
|
import React, { useRef,useState,useEffect } from "react"; |
|
|
|
import { connect } from "react-redux"; |
|
|
|
import moment from 'moment'; |
|
|
|
import { Form, Tooltip, Select, Checkbox, Modal, Input, Button, Switch, DatePicker, Row } from "@douyinfe/semi-ui"; |
|
|
|
import { IconLineChartStroked } from "@douyinfe/semi-icons" |
|
|
|
import { TimeAbnValueLineChart } from '../components/TimeAbnValueLineChart' |
|
|
|
import PropTypes from 'prop-types'; |
|
|
|
import { Form, Modal, Button, Row } from "@douyinfe/semi-ui"; |
|
|
|
// import { IconLineChartStroked } from "@douyinfe/semi-icons" |
|
|
|
// import { TimeAbnValueLineChart } from '../components/TimeAbnValueLineChart' |
|
|
|
// import PropTypes from 'prop-types'; |
|
|
|
|
|
|
|
const InterruptModal = (props) => { |
|
|
|
const form = useRef() |
|
|
|