From 7cd2bbafc1a8448c9177520f48c8fed6f106cfff Mon Sep 17 00:00:00 2001 From: zhy <17877871893@163.com> Date: Tue, 21 Oct 2025 19:11:56 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=AD=A6=E5=8A=A1=E7=8F=AD=E4=BC=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/routine/classmetting/content/xw.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/routine/classmetting/content/xw.vue b/src/views/routine/classmetting/content/xw.vue index 9934cc9..ddbfa0b 100644 --- a/src/views/routine/classmetting/content/xw.vue +++ b/src/views/routine/classmetting/content/xw.vue @@ -250,7 +250,7 @@ methods: { downloadFile(row) { console.log(row) - this.$download.zip('/runtine/ClassMettingTheme/downloadFile/' + row.cmNo, row.cmTitle + '.zip') + this.$download.zip('/runtine/ClassMettingTheme/downloadXwFile/' + row.cmNo, row.cmTitle + '.zip') }, doExport(row){ this.download('runtine/ClassMettingTheme/exportXwSubmit/'+row.cmNo, { From 679f7b7b15147519b91a5e91222f9ff320796e9a Mon Sep 17 00:00:00 2001 From: zhy <17877871893@163.com> Date: Tue, 21 Oct 2025 22:37:47 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/stuCQS/good/MeritStudentView.vue | 712 ++++++++++----------- 1 file changed, 355 insertions(+), 357 deletions(-) diff --git a/src/views/stuCQS/good/MeritStudentView.vue b/src/views/stuCQS/good/MeritStudentView.vue index 48b84ac..f949092 100644 --- a/src/views/stuCQS/good/MeritStudentView.vue +++ b/src/views/stuCQS/good/MeritStudentView.vue @@ -1,5 +1,6 @@