Changpeng Duan 5 سال پیش
والد
کامیت
190e9a30cb
1فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  1. 4 1
      pc/src/views/versionControlMefisto.vue

+ 4 - 1
pc/src/views/versionControlMefisto.vue

@@ -84,7 +84,7 @@
                 UpdateContent: '',
                 fileList: [],
                 upload: {
-                    version: '1.1.0',
+                    version: '1.3.0',
                     updateContent: '基础功能',
                     file: [],
                 }
@@ -135,6 +135,9 @@
                         that.CreatedAt = json.VueFramework.CreatedAt;
                         that.FileName = json.VueFramework.FileName;
                         that.UpdateContent = json.VueFramework.UpdateContent;
+
+                        // 读取上一个版本
+                        that.upload.version = json.VueFramework.Version;
                     } else {
                         console.log(json.Memo);
                     }