添加受众提示

This commit is contained in:
zhangsir
2024-10-18 11:01:38 +08:00
parent 4e86ae857b
commit 32559a92c1

View File

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