|
|
@@ -184,7 +184,7 @@ export default {
|
|
|
this.getFile()
|
|
|
},
|
|
|
getFile () {
|
|
|
- consolr.log('ibps_file-viewer:this.optionFile', this.optionFile)
|
|
|
+ console.log('ibps_file-viewer:this.optionFile', this.optionFile)
|
|
|
this.option.url = this.optionFile.url // 下载地址
|
|
|
this.option.editUrl = this.optionFile.editUrl // 回调接口url
|
|
|
this.option.title = this.optionFile.title // 文件名称
|