导入导出调整

This commit is contained in:
wangxuemei
2024-10-23 14:13:41 +08:00
parent 7ba81b50b3
commit 40246afe39
7 changed files with 83 additions and 38 deletions

View File

@@ -647,7 +647,7 @@ export default {
//导出功能
const handleExport = () => {
window.open(
`${process.env.VUE_APP_BASE_API}/teacher/export?pageNo=${state.searchParam.pageNo
`${process.env.VUE_APP_BASE_API}/admin/export/exportOutTeacher?pageNo=${state.searchParam.pageNo
}&pageSize=${state.searchParam.pageSize}&name=${state.searchParam.name ? state.searchParam.name : ""}&status=${state.searchParam.status ? state.searchParam.status : ""}`
);
// this.download('lesson_records/export', {