//预览查看
downloadLook() {
console.log('上传自定义表单返回的fileOid', this.receivedValue, this.templateFileOid);
let url = this.receivedValue;
if (this.active == 0) {
url = this.receivedValue;
}
if (this.active == 1) {
url = this.templateFileOid;
}
let encodedUrl: string = encodeURIComponent(
'http://xxx?fileOid=' +url
);
this.previewUrl = `https://view.officeapps.live.com/op/embed.aspx?src=${encodedUrl}`;
}
10-10
3179

12-09
04-03