|
@@ -390,8 +390,8 @@
|
|
//版本管理页面开关
|
|
//版本管理页面开关
|
|
upPage(){
|
|
upPage(){
|
|
this.apkGetList();
|
|
this.apkGetList();
|
|
- this.$set(this,'upForm',);
|
|
|
|
- this.$set(this,'fileData',);
|
|
|
|
|
|
+ this.$set(this,'upForm',{});
|
|
|
|
+ this.$set(this,'fileData',{});
|
|
this.openUp = true;
|
|
this.openUp = true;
|
|
},
|
|
},
|
|
//apk列表获取
|
|
//apk列表获取
|
|
@@ -496,7 +496,6 @@
|
|
if (this.loading){
|
|
if (this.loading){
|
|
return
|
|
return
|
|
}
|
|
}
|
|
- this.openUp = false;
|
|
|
|
this.fileList=[];
|
|
this.fileList=[];
|
|
this.$refs.uploader.files = [];
|
|
this.$refs.uploader.files = [];
|
|
this.$refs.uploader.fileList = [];
|
|
this.$refs.uploader.fileList = [];
|
|
@@ -505,6 +504,7 @@
|
|
console.log("this.$refs.uploader",this.$refs.uploader);
|
|
console.log("this.$refs.uploader",this.$refs.uploader);
|
|
console.log("this.$refs.files",this.$refs.files);
|
|
console.log("this.$refs.files",this.$refs.files);
|
|
this.fileData = {};
|
|
this.fileData = {};
|
|
|
|
+ this.openUp = false;
|
|
},
|
|
},
|
|
// 表单重置
|
|
// 表单重置
|
|
reset() {
|
|
reset() {
|