wangting
2023-07-18 6078b6102d5cfc4603e573f78b8dc30e9d5c2e0e
Source/UBCS-WEB/src/api/system/user.js
@@ -137,3 +137,25 @@
    data:UserPwdstrategyVO
  })
}
// 提醒时间
export const check =(userId) => {
  return request({
    url: '/api/ubcs-user/check-renexpr',
    method: 'post',
    params:{
      userId
    }
  })
}
// 用户map列表查询
export const getByRoleUserList =(roleName) => {
  return request({
    url: '/api/ubcs-user/getByRoleUserList',
    method: 'get',
    params:{
      roleName
    }
  })
}