| | |
| | | </template> |
| | | |
| | | <script> |
| | | import { LayerEntEmer } from '../../../../../conf/layers/LayerEntEmer' |
| | | // import { LayerEntEmer } from '../../../../../conf/layers/LayerEntEmer' |
| | | |
| | | import ReportPopup from './ReportPopup' |
| | | |
| | | export default { |
| | | name: 'EventQuery', |
| | |
| | | { name: '金陵石化' }, |
| | | { name: '南京化学' } |
| | | ], |
| | | subItems: LayerEntEmer.layers, |
| | | subItems: ['事前阶段', '审批阶段', '事件完结'], |
| | | form: { |
| | | pipelineType: '', |
| | | dataType: '', |
| | |
| | | }, |
| | | btnAffiliatedFacilities () { |
| | | console.log('item') |
| | | window.$layer.open({ |
| | | content: { |
| | | content: ReportPopup, // 组件 |
| | | parent: this, // 父组件 |
| | | data: { // 传递的参数 |
| | | // storagePlaceId: e.layer.options.totransferData.StoragePlaceId |
| | | } |
| | | } |
| | | // title: 'title' // 标题 |
| | | }) |
| | | } |
| | | } |
| | | } |