修复版本管理编辑报错
This commit is contained in:
@@ -127,7 +127,7 @@ export default {
|
||||
let fileRes=''
|
||||
const file = this.$refs.uploadFile.getFileList();
|
||||
if(!this.hasUpload&&file){
|
||||
this.loadingText='文件上传中,请耐心等待。。。!'
|
||||
this.loadingText='文件上传中,请耐心等待...'
|
||||
this.loading = true;
|
||||
fileRes = await $uploadVersionFile(file, { name:version });
|
||||
this.loading = false;
|
||||
|
||||
@@ -113,6 +113,7 @@ export default {
|
||||
this.$emit("remove", arr);
|
||||
},
|
||||
clearFiles() {
|
||||
this.fileList=[];
|
||||
this.$refs.upload.clearFiles();
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user