Commit 96f55f9f by zhaochengxiang

采集权限bug fix

parent c07e1813
......@@ -273,6 +273,7 @@ const FC = (props) => {
payload: {
range: 'harvester_taskManage',
optionId: '采集任务',
domainId: env?.domainId,
},
callback: data => {
setPermissions(data);
......
......@@ -192,6 +192,7 @@ const FC = (props) => {
payload: {
range: 'harvester_taskManage',
optionId: '任务执行情况',
domainId: env?.domainId,
},
callback: data => {
setPermissions(data);
......
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