|
@@ -87,9 +87,11 @@ 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) {
|
|
|
|
|
|
|
+ if ((row.status == 2 || row.status == 4) && row.stampStoragePath[0]) {
|
|
|
file = row.stampStoragePath[0];
|
|
file = row.stampStoragePath[0];
|
|
|
}
|
|
}
|
|
|
|
|
+ console.log(file)
|
|
|
|
|
+ console.log(row)
|
|
|
let fileNames = file.storePath.split('/');
|
|
let fileNames = file.storePath.split('/');
|
|
|
let url =
|
|
let url =
|
|
|
window.location.origin +
|
|
window.location.origin +
|