From f0301cd55b5ab9e768009bdd40ff2d93481af462 Mon Sep 17 00:00:00 2001 From: weishengyou <2454197255@qq.com> Date: Sat, 28 Feb 2026 17:57:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E5=AD=A6=E7=94=9F=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E5=92=8C=E6=88=91=E7=9A=84=E5=AD=A6=E7=94=9F=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E5=AF=BC=E5=87=BA=E6=8C=89=E9=92=AE,?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=E5=AD=A6=E7=94=9F=E5=A1=AB=E5=86=99=E7=9A=84?= =?UTF-8?q?=E6=89=80=E6=9C=89=E5=9F=BA=E6=9C=AC=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basedata/stu/own.vue | 11 +++++++++++ src/views/stuCQS/basedata/stuinfo/index.vue | 13 ++++++++++++- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/src/views/basedata/stu/own.vue b/src/views/basedata/stu/own.vue index 7bd7f01..1128f69 100644 --- a/src/views/basedata/stu/own.vue +++ b/src/views/basedata/stu/own.vue @@ -48,6 +48,11 @@ @click="handleExport" >导出 + + 导出全部 + @@ -768,6 +773,12 @@ export default { ...this.queryParams }, `student_${new Date().getTime()}.xlsx`) }, + /** 导出全部按钮操作 */ + handleExportAll() { + this.download('system/student/exportAllOwnStu', { + ...this.queryParams + }, `student_all_${new Date().getTime()}.xlsx`) + }, /** 下载模板操作 */ importTemplate() { this.download('system/student/importTemplate', { diff --git a/src/views/stuCQS/basedata/stuinfo/index.vue b/src/views/stuCQS/basedata/stuinfo/index.vue index a233937..771bc88 100644 --- a/src/views/stuCQS/basedata/stuinfo/index.vue +++ b/src/views/stuCQS/basedata/stuinfo/index.vue @@ -74,7 +74,7 @@ 导入 + >导入 学生部门挂靠 + + 导出全部 + @@ -805,6 +810,12 @@ export default { ...this.queryParams }, `student_${new Date().getTime()}.xlsx`) }, + /** 导出全部按钮操作 */ + handleExportAll() { + this.download('system/student/exportAll', { + ...this.queryParams + }, `student_all_${new Date().getTime()}.xlsx`) + }, /** 下载模板操作 */ importTemplate() { this.download('system/student/importTemplate', {