From 1d2eaa668340f63b68c613e9735a3dbf38cb5eb0 Mon Sep 17 00:00:00 2001 From: "962704835@qq.com" Date: Fri, 5 Dec 2025 20:23:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E4=BD=8F=E4=BF=A1=E6=81=AF=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=B7=BB=E5=8A=A0=E5=AD=A6=E5=8F=B7=E7=AD=9B=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/dormitory/studentDormInfo/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/dormitory/studentDormInfo/index.vue b/pages/dormitory/studentDormInfo/index.vue index 6bf5b5e..9a422f3 100644 --- a/pages/dormitory/studentDormInfo/index.vue +++ b/pages/dormitory/studentDormInfo/index.vue @@ -412,6 +412,7 @@ export default { this.roleGroup = res.roleGroup if (res.roleGroup === "学生") { this.queryParams.stuName = res.data.nickName + this.queryParams.stuNo = res.data.userName } else if (res.roleGroup.includes("辅导员")) { this.queryParams.teacherName = res.data.nickName } else if (res.roleGroup.includes("学务")) {