修改考试导出文件名称

This commit is contained in:
BOE\10867418
2023-08-25 14:40:54 +08:00
parent 4fdb2a1f53
commit 0d2a5b1b7d

View File

@@ -407,7 +407,7 @@ export default {
token: Cookies.get("token"),
},
}).then((res) => {
downLoad(res.data, "学习员工数据.xlsx");
downLoad(res.data, "考试详细数据.xlsx");
});
};
//table 分页事件