소스 검색

[VersionBeta] V.1.0.0.0

[Adds]
1.刷新修正
new-cli
xzx 4 년 전
부모
커밋
f44f292390
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      src/views/main_web/workspace.vue

+ 2
- 0
src/views/main_web/workspace.vue 파일 보기

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


불러오는 중...
취소
저장