【fix】修复在角色添加已有用户时,列表部门字段显示为部门编码的问题

This commit is contained in:
zer0Black
2022-04-10 21:38:43 +08:00
parent fffc57f123
commit 783f3562b8
@@ -108,7 +108,7 @@
title: '部门', title: '部门',
align: "center", align: "center",
width: 150, width: 150,
dataIndex: 'orgCode' dataIndex: 'orgCodeTxt'
} }
], ],
columns2: [ columns2: [