xiejun
2023-09-22 38b3548433f54e9e13583f7c51d8512b0a9021cf
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
  })
}