| | |
| | | import { changeRunType, updatePollEnable, updatePollPeriod, updateChannelCount } from "@/api/pollConfig"; |
| | | |
| | | import Sysinfo from "@/components/subComponents/SystemInfo" |
| | | // import SliderVedio from '@/components/camera/slider-vedio' |
| | | // import eChartsBar from '@/components/subComponents/eChartsBar' |
| | | export default { |
| | | name: "PollSeting", |
| | | components: { |
| | | Sysinfo, |
| | | // SliderVedio, |
| | | // eChartsBar |
| | | }, |
| | | filters: { |
| | | cameraType(type) { |
| | |
| | | }, |
| | | data() { |
| | | return { |
| | | switchValue: true, |
| | | search: "", |
| | | timeout: null, |
| | | taskName: [], |
| | | dataList: [], |
| | | barChart: {}, |
| | | localDataChannel: 2, |
| | | showSysInfo: false, |
| | | drawer: false, |
| | | formData: {}, |