田源
2023-07-31 fbcf5ee613da2bb6426ae53cb965a0f7260c01f0
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
    }
  })
}