|
@@ -207,9 +207,10 @@ const AddRolesPerson = () => {
|
|
|
};
|
|
|
// 删除角色组人员
|
|
|
const deltetePerson = item => {
|
|
|
+ formLink.sourceCodes = [];
|
|
|
ElMessageBox.confirm(
|
|
|
- `人员删除后不能恢复,是否确认删除【${item.realName}】吗?`,
|
|
|
- "确认删除人员吗",
|
|
|
+ `人员移除后不能恢复,是否确认移除【${item.realName}】吗?`,
|
|
|
+ "确认移除人员吗",
|
|
|
{
|
|
|
type: "warning"
|
|
|
}
|