派生自 wuyushui/SewerAndRainNetwork

yangdelong
2021-05-28 3054bbce49457c82df9ad32523f3a0186e268d6f
src/components/panel/topicSearch/enterprise-emergency/EventQuery.vue
@@ -158,6 +158,11 @@
    // 点击事件管理
    accordPopup () {
      // eventBus.$emit('disposal-analysis', true)
    },
    // 开始分析
    startAnalysis () {
      // eventBus.$emit('start-analysis', true)
      window.$layer.open({
        content: {
          comp: EventHandling, // 组件
@@ -169,21 +174,17 @@
        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) {