Commit 7ec821d5 authored by daywrite's avatar daywrite

图表功能完成

parent b6aa91fe
...@@ -79,7 +79,6 @@ ...@@ -79,7 +79,6 @@
this.$refs.upload.submit() this.$refs.upload.submit()
}, },
upload (item) { upload (item) {
debugger
let formData = new FormData() let formData = new FormData()
formData.append('UploadForm[attachmentFile]', item.file) formData.append('UploadForm[attachmentFile]', item.file)
let _this = this let _this = this
......
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