| | |
| | | |
| | | // import WfsHelper from '@components/helpers/WfsHelper' |
| | | // import AjaxUtils from '@utils/AjaxUtils' |
| | | import reportPopup from './ReportPopup' |
| | | import ReportIncident from './ReportIncident' |
| | | |
| | | export default { |
| | | name: 'EventQuery', |
| | |
| | | LayerEvent: {}, |
| | | LayerResources: {}, |
| | | // items: [LayerEvent, LayerResources], |
| | | items: [], |
| | | // subItems: LayerEntEmer.layers, |
| | | items: [], |
| | | subItems: [], |
| | | form: { |
| | | pipelineType: '', |
| | |
| | | accordPopup () { |
| | | window.$layer.open({ |
| | | content: { |
| | | comp: reportPopup, // 组件 |
| | | comp: ReportIncident, // 组件 |
| | | parent: this, // 父组件 |
| | | data: { // 传递的参数 |
| | | // info: this.info |
| | | } |
| | | }, |
| | | title: '事件分析' |
| | | title: '上报事件' |
| | | }) |
| | | }, |
| | | // radio数据选择 |