Commit 7af2f50b authored by 涂伟's avatar 涂伟

fix: '地图配置权限增加站点配置'

parent d9e9229a
......@@ -728,7 +728,7 @@ const VectorData = props => {
callBackSubmit={roleList => rolCallBack(roleList)}
newCheckedList={checkValue.toString().split(',')} // 单选框中的值
groupName="角色" // 打开组件展示的分组名,用来首次获取数据
chooseGroupName={['角色', '部门']} // 可选分组名
chooseGroupName={['角色', '部门', '站点']} // 可选分组名
dataType="id"
/>
{/* <RoleModal
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment