修改导出名称

This commit is contained in:
BOE\10867418
2023-08-25 14:38:34 +08:00
parent 0e4675b8bf
commit 4fdb2a1f53

View File

@@ -207,7 +207,7 @@ export default {
token: Cookies.get("token"),
},
}).then((res) => {
downLoad(res.data, "学习员工数据.xlsx");
downLoad(res.data, "考试列表.xlsx");
});
}
};