查看汇报(当前)
# 查看
### 路径
| | |
| ------ | -------------------------------- |
| url | [api/replyExecutorReport/findReportByReplyExecutorId/{replyExecutorId}] |
| method | GET |
### 参数
| name | type | 是否必要 | 描述 |
| ------------------ | ------- | --------- | ---------------------- | ------------- |
| replyExecutorId| String| Y | 专项通知执行成员表id |
### 传参示例
```javascript
```
### 返回示例
```javascript
{
"success": true,
"data": {
"reportRemark": "执行成员表的id",
"reportUserName": "陈佳",
"operateTime": "2020-06-13 09:51:42",
"replyExecutorFileVOList": [
{
"id": "279",
"fileName": "组织机构对应关系.xlsx",
"url": "http://tianque.oicp.net:19081/tqOssManager/getObjectByUri//xlsx/2020/6/12/180153813441.xlsx?auther=e3A6InpqcGluZ2FudG5nIixvcDoiVFFGUyIsYjoiYXBwY2xvdWQiLGFrOiJNN25ESmVzY3l2dkJRdFcxIixhczoiTGt5NjBZT1Q5WFM0NGtLelVDOWY5MllXS0tHbTZxVG0ifQ==",
"previewUrl": "",
"size": 9348,
"activeId": "279"
}
],
"reportCount": 1
},
"errorCode": "",
"msg": ""
}
```