Browse Source

[VersionBeta] V.1.0.0.0

[Adds]
1.刷新修正
new-cli
xzx 4 years ago
parent
commit
f44f292390
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/views/main_web/workspace.vue

+ 2
- 0
src/views/main_web/workspace.vue View File

@@ -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: "温馨提示",


Loading…
Cancel
Save