wangting
2023-07-14 0b8990b4a3cfa8126287a594f0d3810ec97b2e15
Source/UBCS-WEB/src/api/system/user.js
@@ -148,3 +148,14 @@
    }
  })
}
// 用户map列表查询
export const getByRoleUserList =(roleName) => {
  return request({
    url: '/api/ubcs-user/getByRoleUserList',
    method: 'get',
    params:{
      roleName
    }
  })
}