派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-05-18 7f6291e80073c0c29f9d24bfdd3ac2602a059e70
src/components/layer/src/layer.vue
@@ -47,10 +47,8 @@
    },
    init () {
      const propsData = helper.deepClone(this.content.data) || {}
      propsData.layerid = this.id
      propsData.lydata = this.content.data
      propsData.lyoption = this.options
      const instance = new this.content.content({
      console.log(propsData)
      const instance = new this.content.comp({
        // parent: this.content.parent,
        propsData: propsData
      })