我的绩效
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/admin/TaskManage/get_my_perform_list</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">page</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>当前页</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"info": {
"page": 1,
"total": "1",
"data": [
{
"id": "1", #绩效id
"check_month": "202103", #考核年月
"add_time": "2021-03-01 00:00:00", #生成时间
"add_uid": "1", #绩效考核人id
"login_uid": "1", #登录人id
"deal_uid": "1", #处理人id
"status": "1", #审核状态 数字显示 1待确认 2待审核 3驳回 4已作废 5已审核
"confirm_time": "", #确认时间
"check_time": "", #审核时间
"score": "0", #最终得分
"degree": "0", #工作饱和度 数字显示 默认0 1不饱和 2不太饱和 3正常 4较饱和 5过度饱和
"leader_score": "0", #直属领导加减分
"reason": "", #加减分理由
"drop_time": "", #作废时间
"drop_reason": "", #作废原因
"progress": "", #处理进度
"degree_str": "", #工作饱和度 字符显示
"status_str": "待确认" #审核状态 字符显示
}
]
},
"status": 1,
"url": ""
}
</code></pre>