Commit 9e52f208 authored by youjie's avatar youjie

no message

parent 5660de41
......@@ -533,7 +533,7 @@ export default {
},
UploadAttachment(file) {
//上传
if(!this.fileLoading) return
if(this.fileLoading) return
this.fileLoading = true;
let newArr = [];
newArr.push(file.file);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment