任务列表(当前)
# 查看
### 路径
| | |
| ------ | -------------------------------- |
| url | [/api/taskInfo/findMineTaskForPage] |
| method | POST |
### 参数
| name | type | 是否必要 | 描述 |
| ------------------ | ------- | --------- | ---------------------- | ------------- |
| replyExecutorFileIds| String| Y | 附件信息 |
| replyExecutorId| String| Y | 执行成员表ID|
| reportRemark| String| Y | 汇报信息|
### 传参示例
```javascript
{
"taskType":3,
"taskTypeNew":"2",
"searchOrgType":null,
"page":1,
"rows":10
}
```
### 返回示例
```javascript
{
"success": true,
"data": {
"page": 1,
"total": 1,
"records": 1,
"rows": [
{
"id": "c7fa98008cd43a258a5fd5fb23b041aa",
"orgId": 1,
"orgIdForProcess": 1,
"levelForProcess": 60,
"executorOrgId": 1,
"taskId": "c7fa98008cd43a258a5fd5fb23b041aa",
"taskHistoryId": "00e0dfd115403c6d96c4db143b7d9c09",
"taskName": "给自己下发一个任务啦呀",
"totalCount": 1,
"completedCount": 0,
"stopped": false,
"completeStatus": true,
"replyStatus": true,
"taskDesc": "憨憨每天都在学习",
"taskLevel": 0,
"executiveType": 2,
"startTime": "2020-06-13 00:00:00",
"endTime": "2020-06-30 23:59:59",
"timeRemaining": 18,
"createUserName": "chenjia",
"readStatus": false,
"executorStatus": 1001,
"executorId": "da73c6539fe536d0b54468e390f7ccea",
"orgName": "中央维稳指导局",
"assignTask": false,
"taskTypeNew": 2
}
]
},
"errorCode": "",
"msg": ""
}
```