添加角色员工中不应该存在删除操作,而是过滤出需要添加的员工再进行保存操作。

Signed-off-by: 大熊 <daxiongren@foxmail.com>
This commit is contained in:
大熊
2024-08-04 06:54:13 +00:00
committed by Gitee
6 changed files with 223 additions and 172 deletions

View File

@@ -169,6 +169,7 @@
title: '职务',
dataIndex: 'positionName',
width: 100,
ellipsis: true,
},
{
title: '角色',
@@ -181,12 +182,6 @@
ellipsis: true,
width: 200,
},
{
title: '职务',
dataIndex: 'employeeName',
ellipsis: true,
width: 200,
},
{
title: '操作',
dataIndex: 'operate',