File was renamed from src/components/panel/topicSearch/EnterpriseEmergency/ReportIncident.vue |
| | |
| | | <!-- @click="locationInfo"></el-button>--> |
| | | <el-button style="padding-right:10px;" slot="suffix" type="text" |
| | | @click="locationInfo"> |
| | | <img src="../../../../../public/assets/images/map/loc.png" alt=""> |
| | | <img src="../../../../public/assets/images/map/loc.png" alt=""> |
| | | </el-button> |
| | | </el-input> |
| | | </el-form-item> |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import '../../../../utils/dragBoxes' |
| | | import eventBus from '../../../.././eventBus' |
| | | import '../../../utils/dragBoxes' |
| | | import eventBus from '../../../eventBus' |
| | | import DisposalEvent from './DisposalEvent' |
| | | import PositionChange from './PositionChange' |
| | | import PipelineFile from './PipelineFile' |
| | | |
| | | export default { |
| | | // name: 'ReportPopup', |
| | | name: 'ReportIncident', |
| | | components: { |
| | | PositionChange, |
| | |
| | | return { |
| | | // 判断弹框是否能展示 |
| | | eventsReported: false, |
| | | // eventsReported: true, |
| | | saveSuccess: false, |
| | | // 表单绑定数据 |
| | | ruleForm: { |
| | |
| | | }) |
| | | }, |
| | | // 处置分析 |
| | | // DisposalAnalysisContinued |
| | | disposalAnalysis () { |
| | | this.saveSuccess = false |
| | | eventBus.$emit('events-reported', true) |