Commit e73dc83c authored by 何虹's avatar 何虹 💬

优化弹出框

parent f2ddb6e7
......@@ -8,6 +8,7 @@
@open='handleOpen'
:close-on-click-modal="false"
:fullscreen='configData.fullscreen'
:modal-append-to-body='false'
:append-to-body="true"
:before-close="handleClose"
:destroy-on-close='true'
......
......@@ -111,7 +111,7 @@ export default {
}
},
initIframeConfig(config) {
if(!config) return
if (!config) return
if (typeof config === 'object' && config) {
Object.assign(this.hsDialogConfig, config)
} else if (typeof config === 'string') {
......
......@@ -131,7 +131,7 @@
</div>
</div>
</el-dialog>
<hs-iframe-dialog ref='appIframePageBox'></hs-iframe-dialog>
<hs-iframe-dialog ref='appIframePageBox'></hs-iframe-dialog>
</div>
</template>
<script>
......
......@@ -6,7 +6,6 @@ export default {
return false
}
// vnode.context[binding.expression] = false
binding.value()
}
el.stopProp = function(event) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment