Commit 3048248e authored by 涂伟's avatar 涂伟

fix: '地图配置权限配置只能配置站点'

parent ad0682c0
Pipeline #72536 passed with stages
...@@ -59,7 +59,7 @@ const VectorData = props => { ...@@ -59,7 +59,7 @@ const VectorData = props => {
align: 'center', align: 'center',
}, },
{ {
title: '关联角色', title: '关联站点',
align: 'center', align: 'center',
key: 'type', key: 'type',
render: record => ( render: record => (
...@@ -118,7 +118,7 @@ const VectorData = props => { ...@@ -118,7 +118,7 @@ const VectorData = props => {
align: 'center', align: 'center',
}, },
{ {
title: '关联角色', title: '关联站点',
align: 'center', align: 'center',
key: 'type', key: 'type',
render: record => ( render: record => (
...@@ -730,8 +730,8 @@ const VectorData = props => { ...@@ -730,8 +730,8 @@ const VectorData = props => {
}} }}
callBackSubmit={roleList => rolCallBack(roleList)} callBackSubmit={roleList => rolCallBack(roleList)}
newCheckedList={checkValue.toString().split(',')} // 单选框中的值 newCheckedList={checkValue.toString().split(',')} // 单选框中的值
groupName="角色" // 打开组件展示的分组名,用来首次获取数据 groupName="站点" // 打开组件展示的分组名,用来首次获取数据
chooseGroupName={['角色', '部门', '站点']} // 可选分组名 chooseGroupName={['站点']} // 可选分组名
dataType="id" dataType="id"
/> />
{/* <RoleModal {/* <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