ludc
2023-09-21 546f9efec9864dd6887ca47afb1c5634ce5fc070
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
  })
}