|
|
@@ -3221,6 +3221,7 @@ export default { |
|
|
|
.then(function(response) { |
|
|
|
if (response.data.state == 1) { |
|
|
|
back.openFile(archid, filename, folderID, type); |
|
|
|
thisApp.refreshPages(); |
|
|
|
} else { |
|
|
|
thisApp.$notify({ |
|
|
|
title: "温馨提示", |
|
|
@@ -3343,6 +3344,7 @@ export default { |
|
|
|
.then(function(response) { |
|
|
|
if (response.data.state == 1) { |
|
|
|
back.openFile(archid, filename, folderID, type); |
|
|
|
thisApp.refreshPages(); |
|
|
|
} else { |
|
|
|
thisApp.$notify({ |
|
|
|
title: "温馨提示", |
|
|
|