| | |
| | | // 点击事件管理 |
| | | accordPopup () { |
| | | // eventBus.$emit('disposal-analysis', true) |
| | | |
| | | }, |
| | | // 开始分析 |
| | | startAnalysis () { |
| | | // eventBus.$emit('start-analysis', true) |
| | | window.$layer.open({ |
| | | content: { |
| | | comp: EventHandling, // 组件 |
| | |
| | | title: '事件处置' |
| | | }) |
| | | }, |
| | | // 开始分析 |
| | | startAnalysis () { |
| | | eventBus.$emit('start-analysis', true) |
| | | }, |
| | | disposalfx () { |
| | | window.$layer.open({ |
| | | content: { |
| | | comp: DisposalEvent, // 组件 |
| | | parent: this, // 父组件 |
| | | data: { // 传递的参数 |
| | | // info: this.info |
| | | } |
| | | }, |
| | | title: '事件处置' |
| | | }) |
| | | // window.$layer.open({ |
| | | // content: { |
| | | // comp: DisposalEvent, // 组件 |
| | | // parent: this, // 父组件 |
| | | // data: { // 传递的参数 |
| | | // // info: this.info |
| | | // } |
| | | // }, |
| | | // title: '事件处置' |
| | | // }) |
| | | }, |
| | | // radio数据选择 |
| | | redioChange (item) { |