From f4664f96aff41e248e63f657bf6c3ec781e730e9 Mon Sep 17 00:00:00 2001 From: zhy <17877871893@163.com> Date: Tue, 30 Sep 2025 23:26:01 +0800 Subject: [PATCH 1/2] tmp --- package.json | 8 +++---- src/views/survey/leave/fdy.vue | 41 +++++++++++----------------------- 2 files changed, 17 insertions(+), 32 deletions(-) diff --git a/package.json b/package.json index 355723c..54998e7 100644 --- a/package.json +++ b/package.json @@ -5,10 +5,10 @@ "author": "srs", "license": "MIT", "scripts": { - "dev": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve", - "build:prod": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build", - "build:stage": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build --mode staging", - "build": "set NODE_OPTIONS=--openssl-legacy-provider --max-old-space-size=4096 && vite build", + "dev": "vue-cli-service serve", + "build:prod": "vue-cli-service build", + "build:stage": "vue-cli-service build --mode staging", + "build": "vite build", "preview": "node build/index.js --preview", "lint": "eslint --ext .js,.vue src" }, diff --git a/src/views/survey/leave/fdy.vue b/src/views/survey/leave/fdy.vue index 36810ae..bc6405e 100644 --- a/src/views/survey/leave/fdy.vue +++ b/src/views/survey/leave/fdy.vue @@ -40,7 +40,8 @@ 查看预计离校情况 - 导出 + 导出 @@ -130,13 +131,8 @@ - + @@ -145,25 +141,13 @@ - + - - + @@ -203,7 +187,8 @@ 搜索 向未填写学生推送企业微信消息 - 导出 + 导出 @@ -234,8 +219,8 @@ 数据更新时间:{{ new Date().toLocaleString() }}导出 - + @@ -500,8 +485,8 @@ export default { this.$message.info("请选择去向调查"); return; } - // 重置页码为1,避免fromIndex > toIndex错误 - this.lookParams.pageNum = 1; + // // 重置页码为1,避免fromIndex > toIndex错误 + // this.lookParams.pageNum = 1; let loading = fullLoading(this); let res = await listFdyStuLeave(this.lookParams); loading.close(); From cb6ab67e5f59e6d9cf8f16e059f872ffd18189b7 Mon Sep 17 00:00:00 2001 From: zhy <17877871893@163.com> Date: Wed, 8 Oct 2025 16:10:02 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=AD=A6=E5=B7=A5=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/survey/return/xw.vue | 4 +++- src/views/survey/xg/index.vue | 26 +++++++++++++++++++++++--- 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/src/views/survey/return/xw.vue b/src/views/survey/return/xw.vue index 9edbdda..4417c63 100644 --- a/src/views/survey/return/xw.vue +++ b/src/views/survey/return/xw.vue @@ -243,7 +243,9 @@ export default { auditForm: { - } + }, + + surveyList:[] }; }, created() { diff --git a/src/views/survey/xg/index.vue b/src/views/survey/xg/index.vue index 4d64655..0ff24dd 100644 --- a/src/views/survey/xg/index.vue +++ b/src/views/survey/xg/index.vue @@ -16,13 +16,17 @@ - - + + + + 搜索 重置 + 导出学生填写记录(可以先搜索再导出) @@ -172,6 +176,7 @@