From 92b32f85b06b80c39e94834af428f0530c026b2b Mon Sep 17 00:00:00 2001 From: lpq Date: Sat, 25 Feb 2023 17:44:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=90=E7=A4=BA=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/student/CommonStudent.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/student/CommonStudent.vue b/src/components/student/CommonStudent.vue index 9b474053..7ddcaedc 100644 --- a/src/components/student/CommonStudent.vue +++ b/src/components/student/CommonStudent.vue @@ -295,7 +295,7 @@ import { AUDIENCE_LIST, ORG_CHILD_LIST, ORG_LIST, - // USER_LIST, + // USER_LIST, USER_LIST_PAGE, } from "@/api/ThirdApi"; import { @@ -700,7 +700,7 @@ function onOrgSelectChange(e, l) { selectsData.value.deptList = l.selectedNodes; // 获取被点击的树节点 - + } function onAuditSelectChange(e, l) { @@ -781,7 +781,7 @@ function handleStageOk() { // 判断是否是组长,组长不能添加 const leaderArray = selectsData.value.projectMemberList.filter(item => item.isLeader === '1'); if (leaderArray.length > 0) { - return message.warning("当前选学员"+leaderArray[0].realName+"已在其他小组为小组长,请勿重复选择。"); + return message.warning("当前选中学员"+leaderArray[0].realName+"已是小组长,请勿重复选择。"); } // 对选中的人员进行判断是否已经分组了 let haveGroupNum = selectsData.value.projectMemberList.filter(item => item.groupId !== null);