台账详情新增预览

main
mo 1 year ago
parent f9fdb12893
commit f8418b95ce

@ -1199,6 +1199,16 @@ export default {
this.loading = false;
});
},
/**
* 文件预览
* @param fileUrl
*/
openLink(fileUrl) {
const url =
process.env.VUE_APP_ONLINE_API +
`/onlinePreview?url=${encodeURIComponent(this.base64Encode(fileUrl))}`;
window.open(url);
},
//
getOrganizationList() {
getOrganizationPage().then((response) => {

Loading…
Cancel
Save