Commit 9e52f208 authored by youjie's avatar youjie

no message

parent 5660de41
...@@ -533,7 +533,7 @@ export default { ...@@ -533,7 +533,7 @@ export default {
}, },
UploadAttachment(file) { UploadAttachment(file) {
//上传 //上传
if(!this.fileLoading) return if(this.fileLoading) return
this.fileLoading = true; this.fileLoading = true;
let newArr = []; let newArr = [];
newArr.push(file.file); 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