Commit 180ba3d6 authored by 赵啸非's avatar 赵啸非

Merge remote-tracking branch 'origin/master'

parents ef0d04ed 2e5dfaf8
......@@ -526,6 +526,8 @@ export default {
let formData = new FormData();
formData.append("file", file);
formData.append("siteId", this.siteId);
formData.append("deptId", this.deptSearch);
formData.append("windowId", this.windowSearch);
let config = {
headers: {
"Content-Type": "multipart/form-data",
......
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