From cc9dd101e5432e2b1b3580ab1e113e7043fd4a68 Mon Sep 17 00:00:00 2001
From: 15976874561 <2553956742@qq.com>
Date: Sun, 14 Sep 2025 22:53:23 +0800
Subject: [PATCH 1/4] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=BC=E5=90=88?=
=?UTF-8?q?=E8=AF=84=E4=BB=B7=E9=87=8F=E8=BE=BE=E6=A0=87=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/stuCQS/teacher-evaluation-status/index.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/stuCQS/teacher-evaluation-status/index.vue b/src/views/stuCQS/teacher-evaluation-status/index.vue
index b05a3a2..5c5399f 100644
--- a/src/views/stuCQS/teacher-evaluation-status/index.vue
+++ b/src/views/stuCQS/teacher-evaluation-status/index.vue
@@ -53,7 +53,7 @@
-
+
Date: Mon, 15 Sep 2025 17:38:04 +0800
Subject: [PATCH 2/4] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=BC=E5=90=88?=
=?UTF-8?q?=E8=AF=84=E4=BB=B7=E9=87=8F=E8=BE=BE=E6=A0=87=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../stuCQS/teacher-evaluation-status/index.vue | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/src/views/stuCQS/teacher-evaluation-status/index.vue b/src/views/stuCQS/teacher-evaluation-status/index.vue
index 5c5399f..11cb5a1 100644
--- a/src/views/stuCQS/teacher-evaluation-status/index.vue
+++ b/src/views/stuCQS/teacher-evaluation-status/index.vue
@@ -1,11 +1,17 @@
-
+
+
+
+
+
+
import { getTeacherEvaluationStatus, exportTeacherEvaluationStatus, getDeptNameList } from "@/api/stuCQS/teacher-evaluation-status";
+import { getDeptName } from "@/api/system/dept";
import { listAllYear } from "@/api/stuCQS/basedata/year";
import { fullLoading } from "@/api/helpFunc";
@@ -98,8 +105,13 @@ export default {
this.getList();
this.getDeptList();
this.getYearList();
+ this.listDept();
},
methods: {
+ async listDept() {
+ let res = await getDeptName();
+ this.deptList = [...res.data];
+ },
/** 查询辅导员评价状态列表 */
async getList() {
this.loading = true;
From e9916de03cd7c893fa432eee542bf70e0fec036b Mon Sep 17 00:00:00 2001
From: 15976874561 <2553956742@qq.com>
Date: Mon, 15 Sep 2025 22:46:38 +0800
Subject: [PATCH 3/4] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=BC=E5=90=88?=
=?UTF-8?q?=E8=AF=84=E4=BB=B7=E9=87=8F=E8=BE=BE=E6=A0=87=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../stuCQS/teacher-evaluation-status/index.vue | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/src/views/stuCQS/teacher-evaluation-status/index.vue b/src/views/stuCQS/teacher-evaluation-status/index.vue
index 11cb5a1..de105a5 100644
--- a/src/views/stuCQS/teacher-evaluation-status/index.vue
+++ b/src/views/stuCQS/teacher-evaluation-status/index.vue
@@ -1,12 +1,6 @@
-
@@ -125,16 +119,6 @@ export default {
this.loading = false;
}
},
- /** 获取学院列表 */
- async getDeptList() {
- try {
- const response = await getDeptNameList({});
- console.log("学院数据响应:", response);
- this.deptList = response.data;
- } catch (error) {
- console.error("获取学院列表失败", error);
- }
- },
/** 获取学年列表 */
async getYearList() {
try {
From 5249f542b35da0e1d65b4c1363e9137dea46078e Mon Sep 17 00:00:00 2001
From: 15976874561 <2553956742@qq.com>
Date: Mon, 15 Sep 2025 23:25:32 +0800
Subject: [PATCH 4/4] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=BC=E5=90=88?=
=?UTF-8?q?=E8=AF=84=E4=BB=B7=E9=87=8F=E8=BE=BE=E6=A0=87=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/stuCQS/teacher-evaluation-status/index.vue | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/src/views/stuCQS/teacher-evaluation-status/index.vue b/src/views/stuCQS/teacher-evaluation-status/index.vue
index de105a5..0531893 100644
--- a/src/views/stuCQS/teacher-evaluation-status/index.vue
+++ b/src/views/stuCQS/teacher-evaluation-status/index.vue
@@ -2,7 +2,7 @@
-
+
@@ -62,7 +62,7 @@