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