|
@@ -86,6 +86,10 @@ export function setFolderList(data) {
|
|
|
}
|
|
}
|
|
|
export function setFileUrl(row) {
|
|
export function setFileUrl(row) {
|
|
|
let file = row.storagePath[0];
|
|
let file = row.storagePath[0];
|
|
|
|
|
+
|
|
|
|
|
+ if ((row.status == 2 || row.status == 4) && row.stampStoragePath) {
|
|
|
|
|
+ file = row.stampStoragePath[0];
|
|
|
|
|
+ }
|
|
|
let fileNames = file.storePath.split('/');
|
|
let fileNames = file.storePath.split('/');
|
|
|
let url =
|
|
let url =
|
|
|
window.location.origin +
|
|
window.location.origin +
|