田源
2023-08-30 c1702bf33822ad49a8b51d14a4d6c13eab1de102
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
    }
  })
}