| | |
| | | <div class="public-bounced map-background" v-drag :style="style"> |
| | | <div class="public-bounced-title panel-title" ref="publicBounced"> |
| | | <span>{{title}}</span> |
| | | <i class="el-icon-circle-close" @click="max"></i> |
| | | <i class="el-icon-circle-close" @click="close"></i> |
| | | </div> |
| | | <div class="public-bounced-content" :id="id"> |
| | |
| | | export default { |
| | | data () { |
| | | return { |
| | | cls: { |
| | | 'vl-notify-iframe': true |
| | | }, |
| | | style: {}, |
| | | id: 'vlip' + new Date().getTime() |
| | | id: 'sewer_layeropen_' + new Date().getTime() |
| | | } |
| | | }, |
| | | props: { |
| | |
| | | }, |
| | | computed: { |
| | | }, |
| | | async mounted () { |
| | | helper.hiddenScrollBar(this.options) |
| | | mounted () { |
| | | }, |
| | | methods: { |
| | | close () { |
| | | this.layer.close(this.id) |
| | | }, |
| | | init () { |
| | | console.log('3333333333') |
| | | const propsData = helper.deepClone(this.content.content.data) || {} |
| | | 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({ |
| | | // 具体参数信息,请参考vue源码 |
| | | // parent: this.content.parent, |
| | | propsData: propsData |
| | | }) |