@@ -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);