diff --git a/src/components/student/CommonStudent.vue b/src/components/student/CommonStudent.vue index ec5797cd..c27fb880 100644 --- a/src/components/student/CommonStudent.vue +++ b/src/components/student/CommonStudent.vue @@ -620,7 +620,7 @@ const submitAuth = () => { function handleDialogOk() { if (auditSelectRowKeys.value.length || deptList.value.length) { - dialog({ content: "您选择了组织或受众,此添加为异步添加,请稍后手动刷新学员!", ok: handleStageOk }); + dialog({ content: "您选择了组织或受众,此添加为异步添加,请稍后手动刷新学员!(本次添加只添加在职人员)", ok: handleStageOk }); return; } handleStageOk();