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] 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();