用户信息
接口
接口描述 |
获取所有用户信息接口 |
接口地址 |
/mdata/user/getListByKeywords |
方法 |
POST |
请求体 |
no-referrer-when-downgrade |
返回值 |
Json |
业务参数
参数名 |
类型 |
必填 |
示例值 |
描述 |
q |
String |
否 |
李四 |
用户名称 |
获取所有用户接口示例
<input type="text" name="assignerId" data-toggle="topjui-combogrid"
data-options="idField:'userNameId',
textField:'userName',
editable:true,
url:'/mdata/user/getListByKeywords',
columns:[[
{field:'userName',title:'姓名',width:100},
{field:'userNameId',title:'员工号',width:100}
]]">
注:界面使用结合Combogrid组件使用即可,在搜索框里可直接输入名称搜索,后端使用直接调取接口即可
接口描述 |
据组织机构获取用户信息接口 |
接口地址 |
/mdata/user/getPageSet |
方法 |
POST |
请求体 |
no-referrer-when-downgrade |
返回值 |
Json |
业务参数
参数名 |
类型 |
必填 |
示例值 |
描述 |
idString |
是 |
3 |
组织机构ID |
|