田源
2023-09-21 9a9fc08739e4a885f2920f16645d6bf1d2044edc
Source/UBCS-WEB/src/api/integration/sysInfo.js
@@ -36,3 +36,11 @@
      params: params
    })
  }
//分类授权树
export const sysInfoTree = (params) => {
  return request({
    url: '/api/ubcs-code/codeApplyWebManagementController/getSystemClassifyRoleTree',
    method: 'get',
    params: params
  })
}