Merge branch 'master' of github.com:gcpaas/DataRoom

main
liu.tao3
commit af3e00e163

@ -46,17 +46,21 @@ export default {
methods: { methods: {
...mapMutations('bigScreen', ['changeIframeDialog']), ...mapMutations('bigScreen', ['changeIframeDialog']),
linkHandle () { linkHandle () {
if (this.config.customize.url) { // ,
if (this.config.customize.openType === 'dialog') { if (this.isPreview){
if (this.isPreview) { if (this.config.customize.url) {
this.$refs.iframeDialogPreview.dialogVisible = true if (this.config.customize.openType === 'dialog') {
if (this.isPreview) {
this.$refs.iframeDialogPreview.dialogVisible = true
} else {
this.changeIframeDialog(true)
}
} else { } else {
this.changeIframeDialog(true) window.open(this.config.customize.url, this.config.customize.openType)
} }
} else {
window.open(this.config.customize.url, this.config.customize.openType)
} }
} }
}, },
dataFormatting (config, data) { dataFormatting (config, data) {
// //

Loading…
Cancel
Save