Commit 2eda3693 by zhaochengxiang

资产权限

parent 426ef0f8
...@@ -124,6 +124,8 @@ const AssetManageTree = (props) => { ...@@ -124,6 +124,8 @@ const AssetManageTree = (props) => {
} }
const getPermissions = () => { const getPermissions = () => {
if (!getAssetRange(reference)) return;
dispatch({ dispatch({
type: 'assetmanage.getPrivilegeByRange', type: 'assetmanage.getPrivilegeByRange',
payload: { payload: {
......
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