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

main
liu.tao3 2 years ago
commit af3e00e163

@ -46,6 +46,8 @@ export default {
methods: {
...mapMutations('bigScreen', ['changeIframeDialog']),
linkHandle () {
// ,
if (this.isPreview){
if (this.config.customize.url) {
if (this.config.customize.openType === 'dialog') {
if (this.isPreview) {
@ -57,6 +59,8 @@ export default {
window.open(this.config.customize.url, this.config.customize.openType)
}
}
}
},
dataFormatting (config, data) {
//

Loading…
Cancel
Save