| | |
| | | </div> |
| | | </div> |
| | | </el-scrollbar> |
| | | <!-- <reportPopup></reportPopup>--> |
| | | </div> |
| | | </template> |
| | | |
| | | <script> |
| | | |
| | | import WfsHelper from '@components/helpers/WfsHelper' |
| | | // import WfsHelper from '@components/helpers/WfsHelper' |
| | | // import AjaxUtils from '@utils/AjaxUtils' |
| | | import reportPopup from './ReportPopup' |
| | | |
| | | export default { |
| | | name: 'EventQuery', |
| | | components: { |
| | | // reportPopup |
| | | }, |
| | | data () { |
| | | return { |
| | | reportIncident: false, |
| | | list: [], |
| | | activeNum: -1, |
| | | LayerEvent: {}, |
| | |
| | | } |
| | | }, |
| | | mounted () { |
| | | this.wfsHelper = new WfsHelper() |
| | | // this.wfsHelper = new WfsHelper() |
| | | }, |
| | | methods: { |
| | | // 点击事件管理 |
| | | accordPopup () { |
| | | console.log('item') |
| | | window.$layer.open({ |
| | | content: { |
| | | comp: reportPopup, // 组件 |
| | | parent: this, // 父组件 |
| | | data: { // 传递的参数 |
| | | // info: this.info |
| | | } |
| | | }, |
| | | title: '事件分析' |
| | | }) |
| | | }, |
| | | // radio数据选择 |
| | | redioChange (item) { |
| | |
| | | }, |
| | | // 数据搜索事件 |
| | | async handleSearch () { |
| | | |
| | | console.log('item') |
| | | }, |
| | | // 搜索的数据点击事件 |
| | | // 搜索的数据 de 点击事件 |
| | | handleLocation () { |
| | | console.log('val') |
| | | } |