Commit 594d6905 authored by “yiyousong”'s avatar “yiyousong”

pref:修改导入工作人员

parent 6a9f4c68
......@@ -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