派生自 wuyushui/SewerAndRainNetwork

yangdelong
2021-04-08 cba1700bbad0ae7695fc1a7bf0764bf1a64dfb79
src/views/popup/Dialog.vue
@@ -5,6 +5,7 @@
            width="30%"
            :modal="false"
            :close-on-click-modal="false"
             @close='closeDialog'
            center>
        <slot></slot>
    </el-dialog>
@@ -27,6 +28,9 @@
  methods: {
    show () {
      this.centerDialogVisible = true
    },
    closeDialog () {
      this.$emit('closeDialog')
    }
  }
}