queryDutyList
Retrieve project task responsible persons from configured user form. Select a person and use the returned ID and name when calling saveProjTask.
Instructions
查询项目任务责任人列表。用于调用 saveProjTask 前选择责任人。会读取 AndonSysUser 表单配置,查询 /user/queryPageMap,并固定带上 accountType=0。调用 saveProjTask 时,dutyUserId 使用返回 records 中的 id,dutyUserName 使用同一条 records 的 display 中的用户姓名字段。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 页码,从 1 开始。默认 1。 | |
| limit | No | 每页数量,默认 20,最大 100。 | |
| contain | No | 初始化表单字段时只包含指定字段,默认空。 | |
| exclude | No | 初始化表单字段时排除指定字段,默认空。 | |
| filters | No | 动态查询条件。key 必须是 AndonSysUser 表单字段 field;文本字段模糊查,时间字段传 {start,end} 范围查。 |