mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-25 10:42:54 +08:00
修改考试导出文件名称
This commit is contained in:
@@ -407,7 +407,7 @@ export default {
|
||||
token: Cookies.get("token"),
|
||||
},
|
||||
}).then((res) => {
|
||||
downLoad(res.data, "学习员工数据.xlsx");
|
||||
downLoad(res.data, "考试详细数据.xlsx");
|
||||
});
|
||||
};
|
||||
//table 分页事件
|
||||
|
||||
Reference in New Issue
Block a user