Commit e3049ec2 authored by “yiyousong”'s avatar “yiyousong”

fix:修改下载导入工作人员模板

parent 993fca22
......@@ -566,7 +566,7 @@ export default {
const blob = new Blob([res.data], {
type: "application/octet-stream",
});
let fileName = "批量导入工作人员模";
let fileName = "批量导入工作人员模";
const link = document.createElement("a");
link.href = URL.createObjectURL(blob);
......
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