|
|
@ -1199,6 +1199,16 @@ export default {
|
|
|
|
this.loading = false;
|
|
|
|
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() {
|
|
|
|
getOrganizationList() {
|
|
|
|
getOrganizationPage().then((response) => {
|
|
|
|
getOrganizationPage().then((response) => {
|
|
|
|