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